Skip to content

Commit

Permalink
Update build_for_android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NeXTormer committed Feb 8, 2024
1 parent 315fa9d commit 1b5257f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_for_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ jobs:
- name: Build AAB
run: flutter build appbundle --release --build-number ${{ steps.date.outputs.date }}01 --build-name ${{ env.GIT_TAG_NAME }}

- name: Build APK
run: flutter build apk --release --build-number ${{ steps.date.outputs.date }}01 --build-name ${{ env.GIT_TAG_NAME }}

- name: Create Github Release
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/bundle/release/*.aab"
token: ${{ secrets.PERSONAL_RELEASE_TOKEN }}
artifacts: "build/app/outputs/bundle/release/*.aab,build/app/outputs/bundle/release/*.apk"

- name: Save APPBUNDLE to Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1b5257f

Please sign in to comment.