Skip to content

Commit

Permalink
CI: Make sure the macOS app bundle has correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriSizov committed Jun 6, 2024
1 parent 181d66f commit 71b7ef6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/export-godot-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ inputs:
required: true
output:
required: true
app-name:
required: true

project-path:
default: "./example"
Expand Down Expand Up @@ -52,3 +54,4 @@ runs:
cd ${{ inputs.project-path }}/${{ env.EXPORT_OUTPUT_PATH }}
unzip ${{ inputs.output }}
rm -f ${{ inputs.output }}
chmod +x "${{ inputs.app-name }}/Contents/MacOS/$(basename "${{ inputs.app-name }}" .app)"
1 change: 1 addition & 0 deletions .github/workflows/example-export-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
arch: ${{ matrix.arch }}
preset: ${{ matrix.preset }}
output: ${{ matrix.output }}
app-name: ${{ matrix.app-name }}

# Codesign if necessary.

Expand Down

0 comments on commit 71b7ef6

Please sign in to comment.