Skip to content

Commit

Permalink
remove checksum step from release
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Li committed Dec 7, 2023
1 parent 688d177 commit 1766f66
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,6 @@ jobs:
file_path: release-sentry-client-desktop-windows-latest/sentry-client-windows.exe
output_path: release-sentry-client-desktop-windows-latest/signed_builds

- name: Update latest.yml for signed checksum
run: |
sudo snap install yq
CHECKSUM=$(shasum -a 512 release-sentry-client-desktop-windows-latest/signed_builds/sentry-client-windows.exe | cut -f1 -d\\ | xxd -r -p | base64)
echo "SHA512 Checksum: $CHECKSUM"
yq eval '.files.sha512 = ${CHECKSUM}' -i release-sentry-client-desktop-windows-latest/latest.yml
yq eval '.sha512 = ${CHECKSUM}' -i release-sentry-client-desktop-windows-latest/latest.yml
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 1766f66

Please sign in to comment.