diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 7fdab72..b01a3a2 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -113,7 +113,7 @@ jobs: -Dbuild.is.signed=true -Dbuild.is.development=${{ inputs.env != 'production' }} -Dkeychain.name=build.keychain - -Dkeychain.pass=${{ secrets.MAC_KEYCHAIN_PASS }} + -Dkeychain.password=${{ secrets.MAC_KEYCHAIN_PASS }} - name: Notarize pkg uses: moonshine-ide/macos-notarize-action@main