diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1305a4..e2ca15f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,4 +18,9 @@ jobs: # - run: flutter test - run: flutter create . - run: flutter build apk - - run: flutter build appbundle \ No newline at end of file + - run: flutter build appbundle + - name: Release artifact + uses: actions/upload-artifact@v4 + with: + name: app-release.apk + path: build/app/outputs/flutter-apk/app-release.apk \ No newline at end of file