Fix the actual rust-weather apk build invocation

This commit is contained in:
Simon Hausmann 2024-07-26 14:03:32 +02:00
parent 643809164b
commit 69759e5ba4

View file

@ -556,7 +556,7 @@ jobs:
- name: Build todo demo
run: cargo apk build -p todo --target aarch64-linux-android --lib --release
- name: Build rusty-weather example
run: cargo apk build -p weather-demo --target aarch64-linux-android --lib --release
run: cargo apk build -p rusty-weather --target aarch64-linux-android --lib --release
- name: "upload APK artifact"
uses: actions/upload-artifact@v4
with: