This commit is contained in:
wheremyfoodat 2023-09-28 16:22:38 +03:00
commit 8df02effc6

View file

@ -78,7 +78,9 @@ jobs:
run: brew install dylibbundler imagemagick
- name: Run bundle script
run: ./.github/mac-bundle.sh
run: |
./.github/mac-bundle.sh
macosdeployqt Alber.app
- name: Sign the App
run: codesign --force -s - -vvvv Alber.app
@ -137,4 +139,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Linux executable
path: './Alber-x86_64.AppImage'
path: './Alber-x86_64.AppImage'