Skip to content

Commit

Permalink
add the second built tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Klaas committed Mar 23, 2023
1 parent 1ca7a3f commit 165641c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/automate_arm_linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ jobs:
cd imls-wifi-sensor
make -f Makefile.gh-actions all
ls
- name: Upload the artifacts
- name: Upload the session counter
uses: actions/upload-artifact@v3
with:
name: session-counter
name: linux-session-counter
path: imls-wifi-sensor/linux-session-counter
- name: Upload the hardware search cli tool
uses: actions/upload-artifact@v3
with:
name: wifi-hardware-search-cli
path: imls-wifi-sensor/wifi-hardware-search-cli

#wifi-hardware-search-cli

0 comments on commit 165641c

Please sign in to comment.