diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eb14fa7..81d10e1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,13 +25,11 @@ jobs: - run: flutter clean - run: flutter pub get - - run: flutter build appbundle - run: flutter build apk - - run: flutter build apk --release - name: Push to Releases uses: ncipollo/release-action@v1 with: - artifacts: build/app/outputs/bundle/release/app-release.aab, build/app/outputs/apk/release/app-release.apk + artifacts: build/app/outputs/apk/ tag: v1.0.${{ github.run_number }} \ No newline at end of file