Skip to content

Commit

Permalink
chore(ci): revert ci (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Nov 10, 2024
1 parent e748ea1 commit 8b7bd3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
APPLE_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
APPLE_SIGNING_IDENTITY: ${{ secrets.MACOS_CERTIFICATE_NAME }}
APPLE_ID: "[email protected]"
APPLE_PASSWORD: "qmqn-qwaw-gzqf-xezi"
APPLE_ID: ${{ secrets.MACOS_NOTARIZATION_APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.MACOS_NOTARIZATION_PWD }}
APPLE_TEAM_ID: ${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}

- name: Rename and Prepare macOS DMG
Expand Down

0 comments on commit 8b7bd3b

Please sign in to comment.