ci: change build artifact name

This commit is contained in:
Nicolas Giard 2022-06-15 18:14:44 -04:00 committed by GitHub
parent ef21caf7bf
commit e2034d43f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -262,5 +262,5 @@ jobs:
uses: actions/upload-artifact@v2.3.1
if: ${{ env.SHOULD_DEPLOY == 'false' || github.event.inputs.dryrun == 'true' }}
with:
name: release
name: release-${{ env.PKG_VERSION }}
path: /home/runner/work/release/release.tar.gz