Skip to content

Commit aae0fe2

Browse files
committed
Help Windows runner find its shasum command
1 parent 889377f commit aae0fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
file -- "$TARGET_DIR"/release/{ein,gix}.exe
209209
cp -- "$TARGET_DIR"/release/{ein,gix}.exe "$ARCHIVE/"
210210
7z a "$ARCHIVE.zip" "$ARCHIVE"
211-
shasum --algorithm=256 "$ARCHIVE.zip" > "$ARCHIVE.zip.sha256"
211+
/usr/bin/core_perl/shasum --algorithm=256 "$ARCHIVE.zip" > "$ARCHIVE.zip.sha256"
212212
echo "ASSET=$ARCHIVE.zip" >> "$GITHUB_ENV"
213213
echo "ASSET_SUM=$ARCHIVE.zip.sha256" >> "$GITHUB_ENV"
214214

0 commit comments

Comments
 (0)