Skip to content

Commit

Permalink
add post-freeze codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
X-sam committed Mar 3, 2024
1 parent cd7a3d9 commit da074cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,13 @@ jobs:
ls -l src/main/python/ayab/
ls -l src/main/resources/base/ayab/translations/
- name: Build app
run: python -m fbs freeze --debug
run: |
python -m fbs freeze --debug
codesign -s - --force --all-architectures --timestamp --deep ./target/AYAB-mac.app
- name: Create installer
run: |
python -m fbs installer
codesign -s - --force --all-architectures --timestamp --deep ./target/AYAB.dmg
mv target/AYAB.dmg target/AYAB-${{ steps.vars.outputs.tag }}.dmg
- name: Upload asset
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit da074cc

Please sign in to comment.