Skip to content

Commit

Permalink
remove sudo & chmoding for Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 21, 2024
1 parent ce63b7a commit 9c21876
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ runs:
export PATH="${{ github.workspace }}/nim/nim-2.0.4/bin":$PATH
arturo --bundle ${{ inputs.entry }}
entry="${{ inputs.entry }}"
xbase=${entry##*/}
xpref=${xbase%.*}
sudo chmod +x $xpref
# entry="${{ inputs.entry }}"
# xbase=${entry##*/}
# xpref=${xbase%.*}
# sudo chmod +x $xpref
shell: msys2 {0}

branding:
Expand Down

0 comments on commit 9c21876

Please sign in to comment.