Skip to content

Commit

Permalink
Add execution permission
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed Aug 23, 2024
1 parent b90cf14 commit 7bdf96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_linux_exports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:

- name: Prepare export
run: |
chmod +x bin/godot.*
mkdir -p modules/kotlin_jvm/harness/tests/export
mv godot.linuxbsd.template_${{ matrix.bootstrap-target }}.x86_64 modules/kotlin_jvm/harness/tests/export/godot.linuxbsd.template_${{ matrix.bootstrap-target }}.x86_64
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_macos_exports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:

- name: Prepare export
run: |
chmod +x bin/godot.*
mkdir -p modules/kotlin_jvm/harness/tests/export
mv export_template_all_macos.zip modules/kotlin_jvm/harness/tests/export/export_template_all_macos.zip
Expand Down

0 comments on commit 7bdf96e

Please sign in to comment.