Skip to content

Commit

Permalink
Update Qt_Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Sep 28, 2023
1 parent d23a1a6 commit c2da851
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Qt_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -120,4 +122,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Linux executable
path: './build/Alber'
path: './build/Alber'

0 comments on commit c2da851

Please sign in to comment.