Skip to content

Commit

Permalink
updated run command
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryQuan committed Nov 25, 2023
1 parent 66821fc commit 7166903
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ jobs:
- run: flutter pub get
- run: flutter build apk
- name: Move APK to root folder
run: |
mv project/android/app/release/app-release.apk app-release.apk
run: mv project/android/app/release/app-release.apk app-release.apk
- name: Make a draft release
uses: softprops/action-gh-release@v1
with:
draft: true
files: '/home/runner/work/<<project name>>/<<project name>>/project/android/app/release/'
files: app-release.apk

0 comments on commit 7166903

Please sign in to comment.