Attempt 2 at fixing MacOS CI

This commit is contained in:
liuk7071 2023-07-29 17:25:22 +02:00
parent ba67fff91d
commit 6806e8f3a3

View file

@ -37,8 +37,9 @@ jobs:
run: brew install dylibbundler imagemagick
- name: Run bundle script
run: chmod +x ./.github/macos-bundle.sh
run: ./.github/macos-bundle.sh
run: |
chmod +x ./.github/macos-bundle.sh
./.github/macos-bundle.sh
- name: Sign the App
run: codesign --force -s - -vvvv ChonkyStation.app