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 6f5f5ea
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 @@ -64,8 +64,10 @@ jobs:
- uses: actions/download-artifact@v4
- name: Setup release directory
run: mv rayhunter-daemon/rayhunter-daemon rootshell/rootshell serial-* dist
- name: Fix executable permissions on serial binaries
run: chmod +x serial-*/serial
- name: Archive release directory
run: tar -cvf release.tar dist
run: tar -cvf --strip-components=1 release.tar dist/*
# TODO: have this create a release directly
- name: Upload release
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6f5f5ea

Please sign in to comment.