Skip to content

Commit

Permalink
Simply upload all the apk
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Mar 15, 2024
1 parent fb37447 commit c929036
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nightly_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -507,10 +507,8 @@ jobs:
- name: "upload APK artifact"
uses: actions/upload-artifact@v4
with:
name: android-demo.zip
path: |
target/release/apk/energy-monitor.apk
target/release/apk/todo.apk
name: android-demo
path: target/release/apk

# Purely quality-assurance related jobs, not relevant for release artefacts
qa-esp-idf:
Expand Down

0 comments on commit c929036

Please sign in to comment.