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