Skip to content

Commit 2be95a1

Browse files
authored
Update deploy.yml
1 parent 2437de7 commit 2be95a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
deploy-codeedit-cli:
1111
name: Deploying CodeEdit CLI
12-
runs-on: macos-12
12+
runs-on: [self-hosted, macOS]
1313
steps:
1414
- name: Checkout Repository
1515
uses: actions/checkout@v2
@@ -30,7 +30,7 @@ jobs:
3030
security create-keychain -p "$KEYCHAIN_PWD" "$KEYCHAIN_DB"
3131
security set-keychain-settings -lut "$KEYCHAIN_TIMEOUT" "$KEYCHAIN_DB"
3232
security unlock-keychain -p "$KEYCHAIN_PWD" "$KEYCHAIN_DB"
33-
echo -n "$DEV_CERT_B64" | base64 --decode --output "$DEV_CERT_P12"
33+
echo -n "$DEV_CERT_B64" | base64 --decode -o "$DEV_CERT_P12"
3434
security import "$DEV_CERT_P12" -P "$DEV_CERT_PWD" -A -t cert -f pkcs12 -k "$KEYCHAIN_DB"
3535
security list-keychain -d user -s "$KEYCHAIN_DB"
3636

0 commit comments

Comments
 (0)