Skip to content

Commit

Permalink
Upload videos unless task is cancelled
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Jan 22, 2024
1 parent 5fdcf62 commit 6466d25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ jobs:
node ./rolling-release-binary-upload.js
- name: Upload Video Artifacts
if: always()
# Run whether this job passed or failed, unless explicitly cancelled.
if: '!cancelled()'
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }} Videos
Expand Down

0 comments on commit 6466d25

Please sign in to comment.