mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-17 18:57:10 +00:00
Fix the actual rust-weather apk build invocation
This commit is contained in:
parent
643809164b
commit
69759e5ba4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly_snapshot.yaml
vendored
2
.github/workflows/nightly_snapshot.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue