ci: fixed rolling drafts so it should work on gitea, hopefully
Build Android APK / build (push) Successful in 5m34s
Build Android APK / build (push) Successful in 5m34s
This commit is contained in:
@@ -58,13 +58,14 @@ jobs:
|
|||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Update Rolling Draft Release
|
- name: Update Rolling Draft Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
|
||||||
draft: true
|
draft: true
|
||||||
tag: android-rolling-draft
|
tag_name: android-rolling-draft
|
||||||
name: "Draft (latest Android build)"
|
name: "Draft (latest Android build)"
|
||||||
body: |
|
body: |
|
||||||
Latest PaperDash Android APK build from commit ${{ gitea.sha }}.
|
Latest PaperDash Android APK build from commit ${{ gitea.sha }}.
|
||||||
Edit tag, name, and notes before publishing.
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user