Skip to content

Commit

Permalink
Fix the actual rust-weather apk build invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Jul 26, 2024
1 parent 6438091 commit 69759e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 69759e5

Please sign in to comment.