Skip to content

Commit

Permalink
replaced no longer existing github workflow action
Browse files Browse the repository at this point in the history
- replaced devbotsxyz/xcode-notarize@v1 with lando/notarize-action@v2
  • Loading branch information
emuell committed Sep 8, 2023
1 parent fb732c0 commit 2e3edf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,11 @@ jobs:
MACOS_NOTARY_USER: ${{ secrets.MACOS_NOTARY_USER }}
MACOS_NOTARY_PASS: ${{ secrets.MACOS_NOTARY_PASS }}
if: ${{ matrix.config.name == 'macOS' && env.MACOS_NOTARY_USER != null && env.MACOS_NOTARY_USER != null }}
uses: devbotsxyz/xcode-notarize@v1
uses: lando/notarize-action@v2
with:
appstore-connect-username: ${{ secrets.MACOS_NOTARY_USER }}
appstore-connect-password: ${{ secrets.MACOS_NOTARY_PASS }}
appstore-connect-team-id: ${{ secrets.MACOS_CODE_CERT_TEAM_ID }}
primary-bundle-id: com.wails.restic-browser
product-path: ./build/bin/${{ matrix.config.executable_name }}
verbose: false
Expand Down

0 comments on commit 2e3edf0

Please sign in to comment.