We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cg_clif
1 parent 4edf145 commit 6909219Copy full SHA for 6909219
.github/workflows/main.yml
@@ -116,7 +116,7 @@ jobs:
116
if: matrix.env.TARGET_TRIPLE != 'x86_64-pc-windows-gnu'
117
uses: actions/upload-artifact@v2
118
with:
119
- name: ${{ matrix.env.TARGET_TRIPLE }}
+ name: cg_clif-${{ matrix.env.TARGET_TRIPLE }}
120
path: cg_clif.tar.xz
121
122
- name: Upload prebuilt cg_clif (cross compile)
@@ -217,5 +217,5 @@ jobs:
217
- name: Upload prebuilt cg_clif
218
219
220
221
path: cg_clif.tar
0 commit comments