Skip to content

Commit c654dd2

Browse files
committed
Add the auto update for Windows
1 parent 26f8440 commit c654dd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
security unlock-keychain -p $KEYCHAIN_PASSWORD $KEYCHAIN_NAME
7676
7777
echo "Preventing keychain from locking..."
78-
security set-keychain-settings -lut 3600 $KEYCHAIN_NAME
78+
security set-keychain-settings -t 3600 $KEYCHAIN_NAME
7979
security show-keychain-info $KEYCHAIN_NAME
8080
8181
echo "Showing keychain info..."
@@ -124,7 +124,6 @@ jobs:
124124
security unlock-keychain -p $KEYCHAIN_PASSWORD $KEYCHAIN_NAME
125125
security show-keychain-info $KEYCHAIN_NAME
126126
127-
128127
echo "Submitting $pkg_path for Notarization..."
129128
xcrun notarytool submit $pkg_path --keychain-profile jccm --wait
130129

0 commit comments

Comments
 (0)