Skip to content

Commit 1ddd350

Browse files
committed
fix release?
1 parent 0fa28f3 commit 1ddd350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: matrix.artifact == 'godot-with-patchwork-macos'
3636
shell: bash
3737
run: |
38-
chmod +x ${{ matrix.artifact }}/**/Godot
38+
chmod +x ${{ matrix.artifact }}/godot_macos_editor.app/Contents/MacOS/Godot
3939
- name: Zip artifact
4040
run: |
4141
cd ${{ matrix.artifact }}

0 commit comments

Comments
 (0)