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.
shasum
1 parent 889377f commit aae0fe2Copy full SHA for aae0fe2
.github/workflows/release.yml
@@ -208,7 +208,7 @@ jobs:
208
file -- "$TARGET_DIR"/release/{ein,gix}.exe
209
cp -- "$TARGET_DIR"/release/{ein,gix}.exe "$ARCHIVE/"
210
7z a "$ARCHIVE.zip" "$ARCHIVE"
211
- shasum --algorithm=256 "$ARCHIVE.zip" > "$ARCHIVE.zip.sha256"
+ /usr/bin/core_perl/shasum --algorithm=256 "$ARCHIVE.zip" > "$ARCHIVE.zip.sha256"
212
echo "ASSET=$ARCHIVE.zip" >> "$GITHUB_ENV"
213
echo "ASSET_SUM=$ARCHIVE.zip.sha256" >> "$GITHUB_ENV"
214
0 commit comments