fix action
APK Builder / build-apk (aarch64) (push) Successful in 1m36s
APK Builder / build-apk (x86_64) (push) Successful in 1m33s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
2026-01-09 22:25:58 +01:00
parent 3e75f55949
commit 07614f5c9c
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- run: cargo apk build --lib --release -p inkopslista --target ${{ matrix.arch }}-linux-android
- run: mv "$CARGO_TARGET_DIR/release/apk/inkopslista.apk" "$OUT_NAME"
- uses: actions/upload-artifact@v6
- uses: https://gitea.com/actions/gitea-upload-artifact@v4
with:
name : "${{ env.OUT_NAME }}"
path: "${{ env.OUT_NAME }}"