Skip to content

Commit f0e6977

Browse files
ci: upload apk to github releases
[ci release]
1 parent 0e7c6e3 commit f0e6977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ jobs:
161161
- name: Create release
162162
uses: ncipollo/release-action@v1
163163
with:
164+
artifacts: build/app/outputs/flutter-apk/app-release-v${{ steps.version.outputs.version }}.apk
164165
token: ${{ secrets.GITHUB_TOKEN }}
165166
tag: v${{ steps.version.outputs.version }}
166167
generateReleaseNotes: true

0 commit comments

Comments
 (0)