Prefix artifact names with cg_clif

Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com>
This commit is contained in:
Afonso Bordado 2022-09-27 12:42:27 +01:00 committed by GitHub
parent 4edf14520a
commit 6909219a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ jobs:
if: matrix.env.TARGET_TRIPLE != 'x86_64-pc-windows-gnu'
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.env.TARGET_TRIPLE }}
name: cg_clif-${{ matrix.env.TARGET_TRIPLE }}
path: cg_clif.tar.xz
- name: Upload prebuilt cg_clif (cross compile)
@ -217,5 +217,5 @@ jobs:
- name: Upload prebuilt cg_clif
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.env.TARGET_TRIPLE }}
name: cg_clif-${{ matrix.env.TARGET_TRIPLE }}
path: cg_clif.tar