Skip to content

Commit

Permalink
Fix spelling and also upload the todo demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Mar 15, 2024
1 parent 6eca2c4 commit fb37447
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nightly_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,12 +502,15 @@ jobs:
- name: Build energy-monitor example
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: "upload APK artifact"
uses: actions/upload-artifact@v4
with:
name: android-demo.zip
path: |
tarket/release/apk/energy-monitor.apk
target/release/apk/energy-monitor.apk
target/release/apk/todo.apk
# Purely quality-assurance related jobs, not relevant for release artefacts
qa-esp-idf:
Expand Down

0 comments on commit fb37447

Please sign in to comment.