Skip to content

Commit 01ee23c

Browse files
authored
ci: upload build artifacts on dry run
1 parent 3099fe2 commit 01ee23c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245

246246
- name: Upload Build Artifacts
247247
uses: actions/upload-artifact@v2.3.1
248-
if: env.SHOULD_DEPLOY == 'false'
248+
if: ${{ env.SHOULD_DEPLOY == 'false' || github.event.inputs.dryrun == 'true' }}
249249
with:
250250
name: release
251251
path: /home/runner/work/release/release.tar.gz

0 commit comments

Comments
 (0)