We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c6543 commit e88e30cCopy full SHA for e88e30c
1 file changed
.github/workflows/ios.yml
@@ -32,13 +32,13 @@ jobs:
32
33
- name: Export Godot Project for iOS
34
run: |
35
- mkdir -p ./build/ios
+ 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
39
- name: Copy data folder
40
41
- unzip -a ./build/ios_project.zip -d ./build/ios
+ unzip -a build/ios_project.zip -d build/ios
42
ls ./build/ios
43
# rm ./build/ios/material_maker.zip
44
# cp -R ./addons/material_maker/nodes "./build/ios/Material Maker.app/Contents/MacOS"
0 commit comments