mirror of
https://github.com/nextcloud/notes-android.git
synced 2025-08-16 17:01:59 +00:00
Merge pull request #2686 from nextcloud/hardenFastlane
create target folder
This commit is contained in:
@ -95,6 +95,7 @@ desc "Build app bundle"
|
||||
"android.injected.signing.key.password" => ENV["FASTLANE_NOTES_UPLOAD_KEY_PASSWORD"],
|
||||
}
|
||||
)
|
||||
sh("mkdir -p ../release/")
|
||||
sh("mv ../app/build/outputs/apk/play/release/app-play-release.apk ../release/nextcloud-notes-#{options[:versionCode]}.apk")
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user