Skip to content

Commit 62f7ffa

Browse files
committed
Revert zip fix for sharun
1 parent 1b8bbca commit 62f7ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/matrix-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
ls -la
162162
7z a "${{ env.BINFILE }}.zip" *
163163
echo "Compute shasum"
164-
7z a "${{ env.BINFILE }}.zip" >> "${{ env.BINFILE }}.zip.sha256"
164+
${SHARUN} "${{ env.BINFILE }}.zip" >> "${{ env.BINFILE }}.zip.sha256"
165165
cat "${{ env.BINFILE }}.zip.sha256"
166166
echo "Verifications is "
167167
${SHARUN} --check "${{ env.BINFILE }}.zip.sha256"

0 commit comments

Comments
 (0)