Skip to content

Commit

Permalink
Added correct version to flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
danny committed Feb 6, 2025
1 parent 45f8403 commit 21b80dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Android Build
working-directory: ./macless_haystack
run: |
flutter build apk --release
flutter build apk --release --build-name=${{ env.VERSION }}
mv build/app/outputs/flutter-apk/app-release.apk build/app/outputs/flutter-apk/android-application.apk
- name: Upload Android Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 21b80dd

Please sign in to comment.