Skip to content

Commit

Permalink
Allow release upload to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Dec 13, 2023
1 parent 642047b commit f3242a8
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 @@ -42,6 +42,7 @@ jobs:
name: ${{ matrix.name }}
path: target/release/${{ matrix.file }}
- uses: shogo82148/actions-upload-release-asset@v1
continue-on-error: true
with:
upload_url: ${{ github.event.release.upload_url }}
asset_name: ${{ matrix.name }}
Expand Down

0 comments on commit f3242a8

Please sign in to comment.