Skip to content

Commit a10bb2b

Browse files
committed
Rename APK output to Sift.apk
1 parent 80865ab commit a10bb2b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ jobs:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
run: |
3333
gh release upload ${{ github.event.release.tag_name }} Sift-Windows.zip --clobber
34+
mv work_timer/build/app/outputs/flutter-apk/app-release.apk Sift.apk || true
35+
gh release upload ${{ github.event.release.tag_name }} Sift.apk --clobber || true

0 commit comments

Comments
 (0)