Skip to content

Commit 6909219

Browse files
afonso360bjorn3
andauthored
Prefix artifact names with cg_clif
Co-authored-by: bjorn3 <[email protected]>
1 parent 4edf145 commit 6909219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
if: matrix.env.TARGET_TRIPLE != 'x86_64-pc-windows-gnu'
117117
uses: actions/upload-artifact@v2
118118
with:
119-
name: ${{ matrix.env.TARGET_TRIPLE }}
119+
name: cg_clif-${{ matrix.env.TARGET_TRIPLE }}
120120
path: cg_clif.tar.xz
121121

122122
- name: Upload prebuilt cg_clif (cross compile)
@@ -217,5 +217,5 @@ jobs:
217217
- name: Upload prebuilt cg_clif
218218
uses: actions/upload-artifact@v2
219219
with:
220-
name: ${{ matrix.env.TARGET_TRIPLE }}
220+
name: cg_clif-${{ matrix.env.TARGET_TRIPLE }}
221221
path: cg_clif.tar

0 commit comments

Comments
 (0)