Skip to content

Commit

Permalink
Add missing chmod in MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
mortbopet authored Jul 10, 2023
1 parent 936f56f commit c36b9c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mac-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
source .github/workflows/scripts/set_version.sh
export APPNAME=Ripes-${RIPES_VERSION}-mac-universal2
echo "APPNAME=${APPNAME}" >> $GITHUB_ENV
chmod +x Ripes.app/Contents/MacOS/Ripes
sudo mv Ripes.app ${APPNAME}.app
sudo zip -r ${APPNAME}.zip ${APPNAME}.app/
Expand Down

0 comments on commit c36b9c7

Please sign in to comment.