Skip to content

Commit

Permalink
Mark built artifacts as executable on non-windows systems
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo authored Oct 28, 2023
1 parent 58862e6 commit 94be064
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
run: pip install --break-system-packages pyinstaller
- name: Build RiiTag RPC
run: pyinstaller riitag-rpc.spec
- name: Mark as executable
if: ${{ matrix.os != 'windows-2022' }}
run: chmod +x -R dist/
- name: Publish Build Artifacts
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 94be064

Please sign in to comment.