diff --git a/.github/workflows/release-android.yml b/.github/workflows/release-android.yml index 0e3c6a4..6898f4c 100644 --- a/.github/workflows/release-android.yml +++ b/.github/workflows/release-android.yml @@ -24,13 +24,13 @@ jobs: run: flutter pub get - name: Build APK - run: flutter build apk --split-per-abi --release --build-name ${{ github.event.release.tag_name }} --build-number ${{ github.run_id }} + run: flutter build apk --split-per-abi --release --build-name ${{ github.event.release.tag_name }} --build-number ${{ github.run_id }} --scan - name: Build AAB - run: flutter build appbundle --release --build-name ${{ github.event.release.tag_name }} --build-number ${{ github.run_id }} + run: flutter build appbundle --release --build-name ${{ github.event.release.tag_name }} --build-number ${{ github.run_id }} --scan - name: Upload the artifacts uses: skx/github-action-publish-binaries@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - args: "build/app/outputs/bundle/release/app.aab,build/app/outputs/apk/release/*.apk" \ No newline at end of file + args: "build/app/outputs/bundle/release/app.aab,build/app/outputs/apk/release/*.apk"