shorter name
APK Builder / build-apk (aarch64) (push) Successful in 1m37s
APK Builder / build-apk (x86_64) (push) Successful in 1m29s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
2026-01-09 22:47:17 +01:00
parent 07614f5c9c
commit 35a59c0be2
+2 -1
View File
@@ -14,7 +14,8 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "OUT_NAME=inkopslista.${{ gitea.sha }}.${{ matrix.arch }}.apk" >> $GITEA_ENV
- run: echo "SHA_SHORT=$(echo ${{ gitea.sha }} | head -c 8)" >> $GITEA_ENV
- run: echo "OUT_NAME=inkopslista.${{ env.SHA_SHORT }}.${{ matrix.arch }}.apk" >> $GITEA_ENV
- run: cargo apk build --lib --release -p inkopslista --target ${{ matrix.arch }}-linux-android
- run: mv "$CARGO_TARGET_DIR/release/apk/inkopslista.apk" "$OUT_NAME"