Skip to content

Commit

Permalink
Add the auto update for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrho committed Oct 22, 2024
1 parent 26f8440 commit c654dd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
security unlock-keychain -p $KEYCHAIN_PASSWORD $KEYCHAIN_NAME
echo "Preventing keychain from locking..."
security set-keychain-settings -lut 3600 $KEYCHAIN_NAME
security set-keychain-settings -t 3600 $KEYCHAIN_NAME
security show-keychain-info $KEYCHAIN_NAME
echo "Showing keychain info..."
Expand Down Expand Up @@ -124,7 +124,6 @@ jobs:
security unlock-keychain -p $KEYCHAIN_PASSWORD $KEYCHAIN_NAME
security show-keychain-info $KEYCHAIN_NAME
echo "Submitting $pkg_path for Notarization..."
xcrun notarytool submit $pkg_path --keychain-profile jccm --wait
Expand Down

0 comments on commit c654dd2

Please sign in to comment.