ci: upload build artifacts on dry run
This commit is contained in:
parent
3099fe267b
commit
01ee23cce9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -245,7 +245,7 @@ jobs:
|
|||
|
||||
- name: Upload Build Artifacts
|
||||
uses: actions/upload-artifact@v2.3.1
|
||||
if: env.SHOULD_DEPLOY == 'false'
|
||||
if: ${{ env.SHOULD_DEPLOY == 'false' || github.event.inputs.dryrun == 'true' }}
|
||||
with:
|
||||
name: release
|
||||
path: /home/runner/work/release/release.tar.gz
|
||||
|
|
Loading…
Reference in a new issue