Skip to content

Commit

Permalink
release: make serial binaries executable
Browse files Browse the repository at this point in the history
  • Loading branch information
wgreenberg committed Jul 22, 2024
1 parent 7c2a249 commit 1db54a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- name: Fix executable permissions on serial binaries
run: chmod +x serial-*/serial
- name: Setup release directory
run: mv rayhunter-daemon/rayhunter-daemon rootshell/rootshell serial-* dist
- name: Archive release directory
run: tar -cvf release.tar dist
run: tar -cvf release.tar -C dist .
# TODO: have this create a release directly
- name: Upload release
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1db54a5

Please sign in to comment.