From 05819c1f79a39159e53ee2a1fb9cb68edac98c4d Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Mon, 14 Dec 2020 14:53:43 -0800 Subject: [PATCH] Update signing to use new path --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index be19ae7..5188243 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -45,7 +45,7 @@ jobs: if: env.SHOULD_BUILD == 'yes' run: | if [ -d "VSCode-darwin-${VSCODE_ARCH}" ]; then # just in case the build failed - cd VSCode-darwin + cd "VSCode-darwin-${VSCODE_ARCH}" export CERTIFICATE_P12=VSCodium.p12 echo $CERTIFICATE_OSX_P12 | base64 --decode > $CERTIFICATE_P12 export KEYCHAIN=build.keychain