remove gradle again
Some checks failed
Build and deploy the backend to production / Deploy to production (push) Has been cancelled
Build and deploy the backend to production / Build and push image (push) Has been cancelled
/ push-to-remote (push) Successful in 12s

This commit is contained in:
2024-09-25 16:52:32 +02:00
parent 55f8c938fb
commit 097abc5f29
3 changed files with 23 additions and 9 deletions

View File

@@ -7,10 +7,14 @@ platform :android do
desc "Deploy a new version as a preview version"
lane :deploy_testing do
version_name = ENV["VERSION_NAME"]
sh(
"flutter build appbundle --release",
"--build-name=",
ENV["VERSION_NAME"],
"flutter",
"build",
"appbundle",
"--release",
"--build-name=#{version_name}",
)
upload_to_play_store(