Skip to content

Commit

Permalink
change back to shasum but same d\ change
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Li committed Dec 12, 2023
1 parent 1f4e560 commit 509a9f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Generate checksum
run: |
CHECKSUM=$(sha512sum release-signed-desktop-windows-latest/signed-builds/sentry-client-windows.exe | cut -f1 -d\ | xxd -r -p | base64)
CHECKSUM=$(shasum -a 512 release-signed-desktop-windows-latest/signed-builds/sentry-client-windows.exe | cut -f1 -d\ | xxd -r -p | base64)
CHECKSUM=$(echo "$CHECKSUM" | tr -d '\r\n')
echo "SHA512 Checksum: $CHECKSUM"
cat release-signed-desktop-windows-latest/latest.yml
Expand All @@ -124,10 +124,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
release-signed-windows-latest/latest.yml
release-signed-windows-latest/sentry-client-windows.exe.blockmap
release-signed-windows-latest/signed-builds/sentry-client-windows.exe
release-desktop-macos-latest/latest-mac.yml
release-desktop-macos-latest/sentry-client-macos.dmg.blockmap
release-desktop-macos-latest/sentry-client-macos.dmg
Expand Down

0 comments on commit 509a9f9

Please sign in to comment.