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 22, 2024
1 parent 09bf251 commit aed22d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ jobs:

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

0 comments on commit aed22d9

Please sign in to comment.