ci: change build artifact name
This commit is contained in:
parent
ef21caf7bf
commit
e2034d43f7
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue