ci: fixed rolling drafts so it should work on gitea, hopefully
Build Android APK / build (push) Successful in 5m34s

This commit is contained in:
2026-07-01 14:08:34 +02:00
parent 9d79eeeb3e
commit fe1b103e9f
+5 -4
View File
@@ -58,13 +58,14 @@ jobs:
if-no-files-found: error
- name: Update Rolling Draft Release
uses: ncipollo/release-action@v1
uses: softprops/action-gh-release@v1
with:
allowUpdates: true
draft: true
tag: android-rolling-draft
tag_name: android-rolling-draft
name: "Draft (latest Android build)"
body: |
Latest PaperDash Android APK build from commit ${{ gitea.sha }}.
Edit tag, name, and notes before publishing.
artifacts: "android/app/build/outputs/apk/debug/app-debug.apk"
files: android/app/build/outputs/apk/debug/app-debug.apk
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # auto-provided in Gitea Actions