Skip to content

Commit bd72b42

Browse files
authored
Create Fastfile in fastlane directory
1 parent 67a6195 commit bd72b42

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ jobs:
162162
163163
- name: Create Fastfile
164164
run: |
165-
cat << 'EOF' > Fastfile
165+
mkdir -p fastlane
166+
cat << 'EOF' > fastlane/Fastfile
166167
default_platform(:android)
167168
168169
platform :android do

0 commit comments

Comments
 (0)