Skip to content

Commit fadca44

Browse files
release assets
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent 095141c commit fadca44

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/build-multi-platform.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,13 @@ jobs:
130130
build/app/outputs/flutter-apk/app-release.apk.sha256
131131
build/app/outputs/flutter-apk/app-release.cert.txt
132132
if-no-files-found: error
133+
134+
- name: Upload Android release assets
135+
env:
136+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137+
run: |
138+
gh release upload "${GITHUB_REF_NAME}" \
139+
build/app/outputs/flutter-apk/app-release.apk \
140+
build/app/outputs/flutter-apk/app-release.apk.sha256 \
141+
build/app/outputs/flutter-apk/app-release.cert.txt \
142+
--clobber

0 commit comments

Comments
 (0)