Skip to content

Commit 9552b94

Browse files
Merge pull request #2686 from nextcloud/hardenFastlane
create target folder
2 parents b91ffbc + e8af844 commit 9552b94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ desc "Build app bundle"
9595
"android.injected.signing.key.password" => ENV["FASTLANE_NOTES_UPLOAD_KEY_PASSWORD"],
9696
}
9797
)
98+
sh("mkdir -p ../release/")
9899
sh("mv ../app/build/outputs/apk/play/release/app-play-release.apk ../release/nextcloud-notes-#{options[:versionCode]}.apk")
99100
end
100101

0 commit comments

Comments
 (0)