Skip to content

Commit

Permalink
Fix to chmod build step
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwastaken committed Oct 18, 2023
1 parent 724cf48 commit 1255226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuitkabuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Make binary executable
if: ${{ !startsWith(matrix.os, 'windows') }}
run: chmod +x src/build/bgtrainer_*
run: chmod +x ./src/build/bgtrainer_*

- name: Build python script into a directory (Windows)
if: startsWith(matrix.os, 'windows')
Expand Down

0 comments on commit 1255226

Please sign in to comment.