Skip to content

Commit

Permalink
[#114] Add continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
DPS0340 committed Jul 5, 2024
1 parent d2dae85 commit fcff677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- run: cargo build --verbose

- name: Upload binary to release
continue-on-error: true
run: >
mv $path $name &&
gh release upload ${{ github.ref_name }} $name
Expand Down

0 comments on commit fcff677

Please sign in to comment.