Skip to content

Commit

Permalink
release: make the daemon executable
Browse files Browse the repository at this point in the history
  • Loading branch information
wgreenberg committed Jul 23, 2024
1 parent f551112 commit a6dfef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- name: Fix executable permissions on serial binaries
run: chmod +x serial-*/serial
- name: Fix executable permissions on binaries
run: chmod +x serial-*/serial rayhunter-daemon
- name: Setup release directory
run: mv rayhunter-daemon/rayhunter-daemon rootshell/rootshell serial-* dist
- name: Archive release directory
Expand Down

0 comments on commit a6dfef3

Please sign in to comment.