Skip to content

Commit

Permalink
Another try with lando/code-sign-action
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Jun 19, 2024
1 parent 4b83c2a commit 6c09665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ jobs:
if: github.event_name == 'push'
uses: lando/code-sign-action@v2
with:
file: 'ci/distribution/EasyDiffraction_v0.9.1a0_macos-14-AppleSilicon.app/Contents/MacOS/EasyDiffraction_v0.9.1a0_macos-14-AppleSilicon'
file: 'ci/distribution/EasyDiffraction_v0.9.1a0_macos-14-AppleSilicon.app'
certificate-data: ${{ secrets.MACOS_CERTIFICATE_ENCODED }}
certificate-password: ${{ secrets.MACOS_CERTIFICATE_PASSWORD }}
apple-notary-user: ${{ secrets.APPSTORE_NOTARIZATION_USERNAME }}
apple-notary-password: ${{ secrets.APPSTORE_NOTARIZATION_PASSWORD }}
apple-notary-tool: notarytool
apple-team-id: 'W2AG9MPZ43'
options: --options runtime --entitlements entitlements.xml
options: --options runtime

0 comments on commit 6c09665

Please sign in to comment.