Skip to content

Commit

Permalink
Update release-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
f-r00t authored Oct 23, 2024
1 parent 0701428 commit f1ef178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ jobs:
run: ls dist

- name: Sign the macOS Application
if: matrix.config.os == 'macos-latest'
if: matrix.config.os == 'macos-latest-not'
run: |
codesign --deep --force --verify --verbose --sign "$SIGNING_IDENTITY" dist/Aesir-${{ env.VERSION }}.dmg
env:
SIGNING_IDENTITY: ${{ secrets.SIGNING_IDENTITY }}

- name: Check macOS signature
if: matrix.config.os == 'macos-latest'
if: matrix.config.os == 'macos-latest-not'
run: codesign -vvv --deep --strict dist/Aesir-${{ env.VERSION }}.dmg

- name: Notarize macOS App
Expand Down

0 comments on commit f1ef178

Please sign in to comment.