Skip to content

Commit

Permalink
Uploading on the artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashwat12-egov committed Oct 14, 2024
1 parent 21bd69f commit 3bbbac0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/flutter-build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ jobs:
BUILD_CONFIG: release # or profile depending on your choice
run: yes 1 | bash ./tools/generate-apk.sh

# Archive the APK as a build artifact so it can be downloaded
- name: Upload APK
uses: actions/upload-artifact@v3
with:
name: app-release-apk
path: build/app/outputs/flutter-apk/app-release.apk



#name: Build Flutter APK
#
Expand Down

0 comments on commit 3bbbac0

Please sign in to comment.