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 b9945db commit 831c986Copy full SHA for 831c986
.github/workflows/release.yml
@@ -49,7 +49,6 @@ jobs:
49
echo "$APP_PROF" | base64 -d > "$APP_PROF_PATH"
50
echo "$EXT_PROF" | base64 -d > "$EXT_PROF_PATH"
51
set -x
52
- ls -la /tmp/
53
security create-keychain -p "" "$KEYCHAIN_PATH"
54
security set-keychain-settings -lut 21600 "$KEYCHAIN_PATH"
55
security unlock-keychain -p "" "$KEYCHAIN_PATH"
0 commit comments