Skip to content

Commit

Permalink
Attempt to fix macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dussed authored Nov 20, 2024
1 parent a1a0438 commit a2c6c2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ jobs:
certificatePassword: ${{ secrets.APPLE_CSC_MULTI_PASSWORD }}
keychainPassword: ${{ secrets.MACOS_KEYCHAIN_PASSWORD }}
provisioningProfile: ${{ secrets.MACOS_SIGNING_PROVISIONING_PROFILE }}
notarizationUser: ${{ secrets.APPLE_EMAIL }}
notarizationPassword: ${{ secrets.APPLE_PASSWORD }}
notarizationUser: ${{ secrets.MACOS_NOTARIZATION_USERNAME }}
notarizationPassword: ${{ secrets.MACOS_NOTARIZATION_PASSWORD }}

- name: Build Plugin 🧱
uses: ./.github/actions/build-plugin
Expand All @@ -150,8 +150,8 @@ jobs:
installerIdent: ${{ steps.codesign.outputs.installerIdent }}
codesignTeam: ${{ steps.codesign.outputs.codesignTeam }}
notarize: ${{ fromJSON(needs.check-event.outputs.notarize) && fromJSON(steps.codesign.outputs.haveNotarizationUser) }}
codesignUser: ${{ secrets.APPLE_EMAIL }}
codesignPass: ${{ secrets.APPLE_PASSWORD }}
codesignUser: ${{ secrets.MACOS_NOTARIZATION_USERNAME }}
codesignPass: ${{ secrets.MACOS_NOTARIZATION_PASSWORD }}

- name: Upload Artifacts 📡
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a2c6c2c

Please sign in to comment.