Skip to content

Commit

Permalink
OK, still need to export a zip…
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Jul 18, 2024
1 parent ccc8fb8 commit 4d8362b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,14 @@ jobs:
xcrun notarytool wait --key "$PRIVATE_KEY_FILE" --key-id "$GODOT_MACOS_NOTARIZATION_API_KEY_ID" --issuer "$GODOT_MACOS_NOTARIZATION_API_UUID" "$NOTARIZATION_REQUEST_UUID"
echo "Stapling notarization ticket"
xcrun stapler staple build/Merc.app
unzip build/mac.zip -d $RUNNER_TEMP
xcrun stapler staple $RUNNER_TEMP/Merc.app
- name: Push to itch.io
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
run: |
"$RUNNER_TEMP/butler" push build/Merc.app "jspahrsummers/Merc:mac"
"$RUNNER_TEMP/butler" push $RUNNER_TEMP/Merc.app "jspahrsummers/Merc:mac"
build-windows:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ custom_features=""
export_filter="all_resources"
include_filter="LICENSE.md"
exclude_filter=""
export_path="build/Merc.app"
export_path="build/mac.zip"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down

0 comments on commit 4d8362b

Please sign in to comment.