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.
1 parent 1b8bbca commit 62f7ffaCopy full SHA for 62f7ffa
.github/workflows/matrix-build.yml
@@ -161,7 +161,7 @@ jobs:
161
ls -la
162
7z a "${{ env.BINFILE }}.zip" *
163
echo "Compute shasum"
164
- 7z a "${{ env.BINFILE }}.zip" >> "${{ env.BINFILE }}.zip.sha256"
+ ${SHARUN} "${{ env.BINFILE }}.zip" >> "${{ env.BINFILE }}.zip.sha256"
165
cat "${{ env.BINFILE }}.zip.sha256"
166
echo "Verifications is "
167
${SHARUN} --check "${{ env.BINFILE }}.zip.sha256"
0 commit comments