Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ekajaya740 authored Sep 4, 2024
1 parent 75271a6 commit 26776c0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,14 @@ jobs:
cache: true
- run: flutter pub get
- run: flutter build apk
- uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}
- name: upload artifects
uses: actions/upload-artifact@master
with:
args: 'build/app/outputs/apk/release/app-release.apk'
name: android-app
path: build/app/outputs/apk/release
# - uses: skx/github-action-publish-binaries@master
# env:
# GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}
# with:
# args: 'build/app/outputs/apk/release/app-release.apk'

0 comments on commit 26776c0

Please sign in to comment.