Skip to content

Commit e6f87b6

Browse files
author
Ian Tapply
authored
Fix the file name generate in workflow
1 parent 3b395a1 commit e6f87b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
with:
5656
upload_url: ${{ steps.create_release.outputs.upload_url }}
57-
asset_path: build/app/outputs/flutter-apk/app-release.apk
57+
asset_path: build/app/outputs/flutter-apk/app-profile.apk
5858
asset_name: SimScout-release.apk
5959
asset_content_type: application/vnd.android.package-archive

0 commit comments

Comments
 (0)