We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f02dc commit e6c6543Copy full SHA for e6c6543
1 file changed
.github/workflows/ios.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Export Godot Project for iOS
34
run: |
35
- mkdir -p build
+ mkdir -p ./build/ios
36
./godot/Godot.app/Contents/MacOS/Godot --headless --export-release "iOS" build/ios_project.zip
37
continue-on-error: true
38
0 commit comments