mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-18 03:13:34 +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
|
- name: Build todo demo
|
||||||
run: cargo apk build -p todo --target aarch64-linux-android --lib --release
|
run: cargo apk build -p todo --target aarch64-linux-android --lib --release
|
||||||
- name: Build rusty-weather example
|
- 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"
|
- name: "upload APK artifact"
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue