Skip to content

Commit

Permalink
Merge pull request #32 from DavidGrunheidt/develop
Browse files Browse the repository at this point in the history
Release 1.0.0 v5
  • Loading branch information
DavidGrunheidt authored Oct 12, 2023
2 parents 5b7acb7 + 81d32fe commit 4686728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ workflows:
script: |
FLUTTER_APP_VERSION=`grep 'version:' pubspec.yaml | awk '{split($0,a,"version: "); split(a[2],b,"+"); print b[1]}'`
FLUTTER_APP_BUILD_NUMBER=$(($PROJECT_BUILD_NUMBER + $BASE_BUILD_NUMBER))
gh release create v${FLUTTER_APP_VERSION}_${FLUTTER_APP_BUILD_NUMBER} --generate-notes --target main build/app/outputs/flutter-apk/app-stg-release.apk build/app/outputs/mapping/prodRelease/mapping.txt debug-info-android.zip
gh release create v${FLUTTER_APP_VERSION}_${FLUTTER_APP_BUILD_NUMBER} --generate-notes --target main build/app/outputs/flutter-apk/app-prod-release.apk build/app/outputs/mapping/prodRelease/mapping.txt debug-info-android.zip
- *firebase-app-distribution-upload
- *firebase-hosting-upload-pwa
artifacts:
Expand Down

0 comments on commit 4686728

Please sign in to comment.