Skip to content

Commit

Permalink
try just not signing the dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanperret committed Nov 4, 2024
1 parent 02d2c5d commit 3312cec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ jobs:
- 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 3312cec

Please sign in to comment.