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 660f002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/export-godot-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ runs:
cd ${{ inputs.project-path }}/${{ env.EXPORT_OUTPUT_PATH }}
unzip ${{ inputs.output }}
rm -f ${{ inputs.output }}
chmod +x "${{ inputs.output }}/Contents/MacOS/$(basename "${{ inputs.output }}" .app)"

0 comments on commit 660f002

Please sign in to comment.