Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wgreenberg committed May 22, 2024
1 parent e50d7bd commit 56bce9b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
name: rootshell
path: target/armv7-unknown-linux-gnueabihf/release/rootshell
if-no-files-found: error
# - name: Build rayhunter-daemon (arm32)
# run: cargo build --bin rayhunter-daemon --target armv7-unknown-linux-gnueabihf --release
# - uses: actions/upload-artifact@v4
# with:
# name: rayhunter-daemon
# path: target/armv7-unknown-linux-gnueabihf/release/rayhunter-daemon
# if-no-files-found: error
- name: Build rayhunter-daemon (arm32)
run: cargo build --bin rayhunter-daemon --target armv7-unknown-linux-gnueabihf --release
- uses: actions/upload-artifact@v4
with:
name: rayhunter-daemon
path: target/armv7-unknown-linux-gnueabihf/release/rayhunter-daemon
if-no-files-found: error
build_release_zip:
needs:
- build_serial
Expand Down

0 comments on commit 56bce9b

Please sign in to comment.