Skip to content

Commit

Permalink
Fix param
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 14, 2024
1 parent 5420490 commit e9193ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9193ac

Please sign in to comment.