We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eec46c1 + 27d2333 commit f54b7b0Copy full SHA for f54b7b0
.github/workflows/release.yaml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
echo "hashes=$(sha256sum bin/paranoia-darwin-amd64 bin/paranoia-darwin-arm64 bin/paranoia-linux-amd64 bin/paranoia-linux-arm64 | base64 -w0)" >> "$GITHUB_OUTPUT"
64
- name: Release
65
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
66
with:
67
files: |
68
LICENSE.txt
0 commit comments