diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 380870a..06bcf3d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,5 +43,10 @@ jobs: dart tool/env.dart - name: Build android version run: flutter build appbundle --no-shrink + - name: Create a Release APK + uses: ncipollo/release-action@v1 + with: + artifacts: "build/app/outputs/apk/debug/*.apk" + token: ${{ secrets.TOKEN }}