Skip to content

Commit

Permalink
updated output path
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryQuan committed Nov 25, 2023
1 parent 88c8356 commit ee33049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Build APK
run: cd project && flutter build apk
- name: Move APK to root folder
run: mv project/android/app/release/app-release.apk app-release.apk
run: mv project/build/app/outputs/flutter-apk/app-release.apk app-release.apk
- name: Make a draft release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit ee33049

Please sign in to comment.