Skip to content

Commit

Permalink
ammend
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRisenPhoenix committed Dec 20, 2023
1 parent af6aa79 commit a1bd8f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,10 @@ jobs:
- name: Build APK
working-directory: ./PixLeZ_Application
run: |
flutter build apk --debug
flutter build apk --profile
flutter build apk --release
# Upload generated apk to the artifacts.
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: PixLeZ
path: PixLeZ_Application/build/app/outputs/flutter-apk/app-release.apk

0 comments on commit a1bd8f8

Please sign in to comment.