We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b778e4 commit 7107c0fCopy full SHA for 7107c0f
1 file changed
.github/workflows/release.yml
@@ -91,7 +91,7 @@ jobs:
91
run: |
92
cd artifacts
93
find . -type f \( -name "*.tar.gz" -o -name "*.zip" \) -exec mv {} . \;
94
- sha256sum opencli-rs-* > SHA256SUMS.txt
+ sha256sum *.tar.gz *.zip > SHA256SUMS.txt 2>/dev/null || true
95
cat SHA256SUMS.txt
96
97
- name: Create GitHub Release
0 commit comments