Skip to content

Commit 8bb3f55

Browse files
committed
fix: fixing shasum generation for macos artifacts
1 parent d5ed567 commit 8bb3f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/sdk-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ runs:
185185
shell: bash
186186
id: hash-macos
187187
run: |
188-
echo "hashes-macos=$(sha256sum mac-clang-x64-static.zip mac-clang-x64-dynamic.zip | base64 -w0)" >> "$GITHUB_OUTPUT"
188+
echo "hashes-macos=$(sha256sum mac-clang-x64-static.zip mac-clang-x64-dynamic.zip | base64 -b 0)" >> "$GITHUB_OUTPUT"
189189
190190
- name: Upload Mac Build Artifacts
191191
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)