浏览代码

Update signing to use new path

Peter Squicciarini 4 年之前
父节点
当前提交
05819c1f79
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/macos.yml

+ 1 - 1
.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