Skip to content

Commit

Permalink
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 f29a950 commit 79fed27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +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)
# MUST be run before build
- name: Initialize godot cache
Expand Down

0 comments on commit 79fed27

Please sign in to comment.