Skip to content

Commit

Permalink
Fix add APK to assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolass67 committed Jul 17, 2024
1 parent c51f136 commit c2971d1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@ jobs:
name: appbundle
path: build/app/outputs/bundle/release/app-release.aab

# Add APk to assets
- name: Push to Releases
uses: ncipollo/release-action@v1
# Upload generated apk to the artifacts.
- name: Upload APK
- uses: actions/upload-artifact@v4
with:
artifacts: "build/app/outputs/flutter-apk/app-release.apk"
tag: v1.0.${{ github.run_number }}
token: ${{ secrets.TOKEN_SECRET }}
name: release-apk
path: build/app/outputs/apk/release/app-release.apk

0 comments on commit c2971d1

Please sign in to comment.