Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Rename apk artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovelinux committed Sep 19, 2023
1 parent 5fcb08e commit 6555864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
- name: Upload Android APK
uses: actions/upload-artifact@v3
with:
name: android-bundle
name: android-apk
path: build/app/outputs/flutter-apk/app-prod-release.apk
if-no-files-found: error

0 comments on commit 6555864

Please sign in to comment.