Skip to content

Commit

Permalink
Typos in the notarization commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Jul 26, 2024
1 parent 5f01b5c commit 5a5525f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mac_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ jobs:
set -x
dmg=$(ls EnergyPlus-*.dmg)
spctl --assess --type open --context context:primary-signature -vvvv $dmg || true
codesign -vvvv --force -s "Developer ID Application: National Renewable Energy Laboratory (K7JYVQJL7R)" -f --timestamp -i "org.nrel.EnergyPlus.DmgInstaller" -o runtime $f
xcrun notarytool submit --keychain-profile "EnergyPlus" --wait $f
xcrun stapler staple -v $f
codesign -vvvv --force -s "Developer ID Application: National Renewable Energy Laboratory (K7JYVQJL7R)" -f --timestamp -i "org.nrel.EnergyPlus.DmgInstaller" -o runtime $dmg
xcrun notarytool submit --keychain-profile "EnergyPlus" --wait $dmg
xcrun stapler staple -v $dmg
spctl --assess --type open --context context:primary-signature -vvvv $dmg || true
mkdir temp_mount
hdiutil attach -mountpoint ./temp_mount/ $dmg
Expand Down

0 comments on commit 5a5525f

Please sign in to comment.