Skip to content

Commit

Permalink
Fix codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Jul 13, 2024
1 parent c83e6f3 commit 32edfcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- name: Bundle (macOS)
if: matrix.target.os == 'macos-latest'
run: cargo bundle --profile ci-release --target ${{ matrix.target.name }}
- name: Codesign
- name: Codesign (macOS)
if: matrix.target.os == 'macos-latest'
run: |
codesign --deep --force --verify --verbose --sign "Xavier Lau" target/${{ matrix.target.name }}/ci-release/bundle/osx/AiR.app
# TODO: notarize the app.
Expand Down

0 comments on commit 32edfcf

Please sign in to comment.