Skip to content

Commit e6c6543

Browse files
committed
fix mkddir
1 parent f5f02dc commit e6c6543

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Export Godot Project for iOS
3434
run: |
35-
mkdir -p build
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

0 commit comments

Comments
 (0)