oops again
APK Builder / build-apk (aarch64) (push) Failing after 2m25s
APK Builder / build-apk (x86_64) (push) Failing after 1m31s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
2026-01-09 22:18:46 +01:00
parent cc889da9a9
commit 3e75f55949
+5 -4
View File
@@ -20,8 +20,9 @@ jobs:
- run: mv "$CARGO_TARGET_DIR/release/apk/inkopslista.apk" "$OUT_NAME"
- uses: actions/upload-artifact@v6
if-no-files-found: error
overwrite: true
name : "${{ env.OUT_NAME }}"
path: "${{ env.OUT_NAME }}"
with:
name : "${{ env.OUT_NAME }}"
path: "${{ env.OUT_NAME }}"
if-no-files-found: error
overwrite: true