Skip to content

Commit

Permalink
Help Windows runner find its shasum command
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Aug 2, 2024
1 parent 889377f commit aae0fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
file -- "$TARGET_DIR"/release/{ein,gix}.exe
cp -- "$TARGET_DIR"/release/{ein,gix}.exe "$ARCHIVE/"
7z a "$ARCHIVE.zip" "$ARCHIVE"
shasum --algorithm=256 "$ARCHIVE.zip" > "$ARCHIVE.zip.sha256"
/usr/bin/core_perl/shasum --algorithm=256 "$ARCHIVE.zip" > "$ARCHIVE.zip.sha256"
echo "ASSET=$ARCHIVE.zip" >> "$GITHUB_ENV"
echo "ASSET_SUM=$ARCHIVE.zip.sha256" >> "$GITHUB_ENV"
Expand Down

0 comments on commit aae0fe2

Please sign in to comment.