fix(ci): use Gitea artifact protocol
Pixel 10 APK / build (push) Successful in 36m15s

This commit is contained in:
Codex
2026-08-10 08:34:02 +02:00
parent 01dcb4705d
commit 4a5a01dc97
+4 -1
View File
@@ -222,10 +222,13 @@ jobs:
set -e
exit "$build_status"
- uses: actions/upload-artifact@v4
# Gitea's artifact service implements the v3 protocol. The v4 action
# rejects non-GitHub servers with GHESNotSupportedError before upload.
- uses: actions/upload-artifact@v3
with:
name: mrbweblibre-pixel10
path: apps/weblibre/build/app/outputs/flutter-apk/app-pixel10-release.apk
if-no-files-found: error
- name: Remove release key
if: always()