From 365b12b0ebae1d1b84498362ba3797b4327fd8ea Mon Sep 17 00:00:00 2001 From: Sebastian Molenda Date: Wed, 27 May 2026 21:38:16 +0200 Subject: [PATCH] 0.2.3-t4 --- .gitea/workflows/build-apk.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build-apk.yml b/.gitea/workflows/build-apk.yml index a7c34f4..258a05b 100644 --- a/.gitea/workflows/build-apk.yml +++ b/.gitea/workflows/build-apk.yml @@ -42,11 +42,10 @@ jobs: echo "APK_PATH=$APK_PATH" >> $GITHUB_ENV echo "Found $APK_PATH" - - name: Upload APK (artifact) - uses: actions/upload-artifact@v4 - with: - name: app-release - path: ${{ env.APK_PATH }} + # Note: uploading artifacts with actions/upload-artifact@v4 is not supported + # on some self-hosted/enterprise runners (GHES). We skip storing artifacts + # via that action and instead upload the APK directly to the Gitea release + # in the steps below. - name: Create Gitea release id: create_release