We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0c313 commit ae31289Copy full SHA for ae31289
.github/workflows/build-test-and-release.yml
@@ -30,10 +30,10 @@ jobs:
30
flutter pub get
31
dart run build_runner build -d
32
- run: flutter test
33
- - run: flutter build apk --debug
+ - run: flutter build apk --release
34
- name: Push to Releases
35
uses: ncipollo/release-action@v1
36
with:
37
artifacts: "build/app/outputs/apk/debug/*"
38
tag: v1.0.${{ github.run_number }}
39
- token: ${{ secrets.TOKEN }}
+ token: ${{ secrets.TOKEN }}
0 commit comments