Skip to content

Commit

Permalink
github: action: Change to self-hosted runner downnload only armv7 bin…
Browse files Browse the repository at this point in the history
…ary (#8)
  • Loading branch information
RaulTrombin committed Feb 2, 2024
1 parent 466a1fb commit 0ed23e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ jobs:
- name: Download bin
uses: actions/download-artifact@v3
with:
name: bin
name: armv7-unknown-linux-gnueabihf
path: dist
- name: Run in background
run: |
chmod +x ./dist/armv7-unknown-linux-gnueabihf/navigator-webassistant
./dist/armv7-unknown-linux-gnueabihf/navigator-webassistant > navigator.log 2>&1 &
chmod +x ./dist/navigator-webassistant
./dist/navigator-webassistant > navigator.log 2>&1 &
PID=$!
sleep 10
Expand Down

0 comments on commit 0ed23e6

Please sign in to comment.