Skip to content

Commit

Permalink
correctly set shell for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 21, 2024
1 parent 50f0e55 commit ce63b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
xbase=${entry##*/}
xpref=${xbase%.*}
sudo chmod +x $xpref
shell: bash
shell: msys2 {0}

branding:
icon: 'package'
Expand Down

0 comments on commit ce63b7a

Please sign in to comment.