We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa28f3 commit 1ddd350Copy full SHA for 1ddd350
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
if: matrix.artifact == 'godot-with-patchwork-macos'
36
shell: bash
37
run: |
38
- chmod +x ${{ matrix.artifact }}/**/Godot
+ chmod +x ${{ matrix.artifact }}/godot_macos_editor.app/Contents/MacOS/Godot
39
- name: Zip artifact
40
41
cd ${{ matrix.artifact }}
0 commit comments