Skip to content

Commit 1944fd6

Browse files
committed
build: fix var [build]
1 parent 1d0f5ae commit 1944fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
# create variables
7676
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
77-
KEYCHAIN_PASSWORD: $(openssl rand -base64 32)
77+
KEYCHAIN_PASSWORD=$(openssl rand -base64 32)
7878
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
7979
8080
# import certificate and provisioning profile from secrets

0 commit comments

Comments
 (0)