Skip to content

Commit

Permalink
Align apk version with exported version.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozRatej committed Feb 3, 2023
1 parent 9867774 commit e00fc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
with:
gradlePath: android/app/build.gradle # or app/build.gradle.kts
versionCode: ${{github.run_number}}
versionName: 1.0.0
versionName: ${{ steps.gitversion.outputs.nuGetVersion }}
- run: flutter clean
- run: flutter pub get
- run: flutter build apk --release --split-per-abi --build-name=${{ steps.gitversion.outputs.nuGetVersion }} --build-number=${{github.run_number}}
Expand Down

0 comments on commit e00fc3f

Please sign in to comment.