File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 path : app/build/outputs/apk/debug/app-debug.apk
4444 retention-days : 30
4545
46+ - name : Create or Update Latest Release
47+ if : github.ref == 'refs/heads/main' && github.event_name == 'push'
48+ uses : softprops/action-gh-release@v1
49+ with :
50+ tag_name : v1.1.0
51+ name : Patchwork v1.1.0 (Latest)
52+ body : |
53+ ## 🚀 Latest Development Build
54+
55+ **Automatically built from latest commit:** ${{ github.sha }}
56+
57+ ### 📦 Download
58+ - **patchwork-debug.apk** - Debug build (recommended for testing)
59+
60+ ### 📝 Recent Changes
61+ See [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md) for full version history.
62+
63+ ---
64+ *This is an automated build. Download the APK below and install on your Android device.*
65+ files : app/build/outputs/apk/debug/app-debug.apk
66+ draft : false
67+ prerelease : false
68+
4669 - name : Comment on PR with APK
4770 if : github.event_name == 'pull_request'
4871 uses : actions/github-script@v7
You can’t perform that action at this time.
0 commit comments