We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f816b3 commit 6bf05b1Copy full SHA for 6bf05b1
.github/workflows/release.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build:
13
- runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
+ runs-on: 'macos-latest'
14
if: ${{ github.repository_owner == 'coder' }}
15
env:
16
CERT_PATH: /tmp/apple_cert.p12
@@ -48,7 +48,6 @@ jobs:
48
echo "$APPLE_CERT" | base64 -d > "$CERT_PATH"
49
echo "$APP_PROF" | base64 -d > "$APP_PROF_PATH"
50
echo "$EXT_PROF" | base64 -d > "$EXT_PROF_PATH"
51
- echo $CERT_PASSWORD | wc -c
52
set -x
53
security create-keychain -p "" "$KEYCHAIN_PATH"
54
security set-keychain-settings -lut 21600 "$KEYCHAIN_PATH"
0 commit comments