mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-17 18:57:10 +00:00
Weather-demo: include demo in the apk building job
This commit is contained in:
parent
4f384f8787
commit
d399900f20
1 changed files with 3 additions and 0 deletions
3
.github/workflows/nightly_snapshot.yaml
vendored
3
.github/workflows/nightly_snapshot.yaml
vendored
|
|
@ -555,6 +555,8 @@ jobs:
|
|||
run: cargo apk build -p energy-monitor --target aarch64-linux-android --lib --release
|
||||
- name: Build todo demo
|
||||
run: cargo apk build -p todo --target aarch64-linux-android --lib --release
|
||||
- name: Build weather-demo example
|
||||
run: cargo apk build -p weather-demo --target aarch64-linux-android --lib --release
|
||||
- name: "upload APK artifact"
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
@ -562,3 +564,4 @@ jobs:
|
|||
path: |
|
||||
target/release/apk/energy-monitor.apk
|
||||
target/release/apk/todo_lib.apk
|
||||
target/release/apk/weather-demo.apk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue