shorter name

This commit is contained in:
2026-01-09 22:47:17 +01:00
parent ea9c0d5c30
commit 0a1012be3e
+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"