Skip to content

Commit e88e30c

Browse files
committed
fix
1 parent e6c6543 commit e88e30c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
3333
- name: Export Godot Project for iOS
3434
run: |
35-
mkdir -p ./build/ios
35+
mkdir -p build/ios
3636
./godot/Godot.app/Contents/MacOS/Godot --headless --export-release "iOS" build/ios_project.zip
3737
continue-on-error: true
3838

3939
- name: Copy data folder
4040
run: |
41-
unzip -a ./build/ios_project.zip -d ./build/ios
41+
unzip -a build/ios_project.zip -d build/ios
4242
ls ./build/ios
4343
# rm ./build/ios/material_maker.zip
4444
# cp -R ./addons/material_maker/nodes "./build/ios/Material Maker.app/Contents/MacOS"

0 commit comments

Comments
 (0)