mirror of
https://github.com/hulthe/inkopslista.git
synced 2026-08-03 23:11:28 +02:00
what
This commit is contained in:
@@ -3,7 +3,7 @@ run-name: Build Android APK
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build_apk:
|
||||
build-apk:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker.nubo.sh/inkopslista-builder:latest
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
run: echo "OUT_NAME=inkopslista.${{ gitea.sha }}.${{ matrix.arch }}.apk" >> $GITEA_ENV
|
||||
- run: echo "OUT_NAME=inkopslista.${{ gitea.sha }}.${{ 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"
|
||||
|
||||
Reference in New Issue
Block a user