Skip to content

Commit 8c03fcb

Browse files
authored
Update ant.yml
Ooops I did it again.
1 parent b95f3f5 commit 8c03fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ jobs:
361361
KEYCHAIN_FILE=app-signing
362362
# import certificate from secrets
363363
echo $BUILD_CERTIFICATE_BASE64 | base64 --decode > $CERTIFICATE_PATH
364-
security -v create-keychain -p $KEYCHAIN_PASSWD $KEYCHAIN
364+
security -v create-keychain -p $KEYCHAIN_PASSWD $KEYCHAIN_FILE
365365
security -v list-keychain -d user -s $KEYCHAIN_FILE
366366
security -v list-keychains
367367
security -v set-keychain-settings -lut 21600 $KEYCHAIN_FILE

0 commit comments

Comments
 (0)