heh
APK Builder / build-apk (aarch64) (push) Failing after 1m43s
APK Builder / build-apk (x86_64) (push) Has been cancelled
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
2026-01-09 22:16:00 +01:00
parent 820320331f
commit cc889da9a9
+1 -2
View File
@@ -19,8 +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"
- name: Check out repository code
uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v6
if-no-files-found: error
overwrite: true
name : "${{ env.OUT_NAME }}"