Skip to content

Commit

Permalink
fixup! ci: log shasum of notarization key
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelrogstad committed Oct 22, 2024
1 parent 79fed27 commit b785462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
if: ${{ matrix.build == 'macos' }}
run: |
echo ${{ secrets.GODOT_MACOS_NOTARIZATION_API_KEY }} | base64 --decode > notarization_api_key.p8
echo sha256sum: $(sha256sum notarization_api_key.p8)
echo sha256sum: $(shasum -a 256 notarization_api_key.p8)
# MUST be run before build
- name: Initialize godot cache
Expand Down

0 comments on commit b785462

Please sign in to comment.