Skip to content

Commit

Permalink
Merge pull request #4 from ohchase/dependabot/github_actions/softprop…
Browse files Browse the repository at this point in the history
…s/action-gh-release-2
  • Loading branch information
ohchase authored Apr 16, 2024
2 parents 2a30b7e + bcc6a67 commit 0502e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
tar czvf ../../../<YOUR_BINARY_NAME>-${{ matrix.target }}.tar.gz <YOUR_BINARY_NAME>
cd -
- name: Publish
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
# TODO: if any of the build step fails, the release should be deleted.
with:
files: '<YOUR_BINARY_NAME>*'
Expand Down

0 comments on commit 0502e7e

Please sign in to comment.