1 parent 67a6195 commit bd72b42Copy full SHA for bd72b42
1 file changed
.github/workflows/main.yml
@@ -162,7 +162,8 @@ jobs:
162
163
- name: Create Fastfile
164
run: |
165
- cat << 'EOF' > Fastfile
+ mkdir -p fastlane
166
+ cat << 'EOF' > fastlane/Fastfile
167
default_platform(:android)
168
169
platform :android do
0 commit comments