diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe0fe4f1d98d34461e8f873fbd1d270f29120ee9..4b32f27f6d011b1c47d38de84c4b43f1560d8a3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: .build out-build out-vscode-min - key: cacheCompiledCode-${{ env.GITHUB_SHA }} + key: cacheCompiledCode-${{ github.sha }} - name: Compile Core if: ${{ steps.cacheCompiledCode.outputs.cache-hit != 'true' }} @@ -147,7 +147,7 @@ jobs: .build out-build out-vscode-min - key: cacheCompiledCode-${{ env.GITHUB_SHA }} + key: cacheCompiledCode-${{ github.sha }} - name: Build VS Code run: yarn gulp vscode-linux-x64-min-ci @@ -210,7 +210,7 @@ jobs: .build out-build out-vscode-min - key: cacheCompiledCode-${{ env.GITHUB_SHA }} + key: cacheCompiledCode-${{ github.sha }} - name: Build VS Code run: yarn gulp vscode-linux-x64-min-ci @@ -261,7 +261,7 @@ jobs: .build out-build out-vscode-min - key: cacheCompiledCode-${{ env.GITHUB_SHA }} + key: cacheCompiledCode-${{ github.sha }} - name: Build VS Code run: yarn gulp vscode-darwin-x64-min-ci @@ -318,7 +318,7 @@ jobs: .build out-build out-vscode-min - key: cacheCompiledCode-${{ env.GITHUB_SHA }} + key: cacheCompiledCode-${{ github.sha }} - name: Build VS Code run: yarn gulp vscode-darwin-x64-min-ci @@ -369,7 +369,7 @@ jobs: .build out-build out-vscode-min - key: cacheCompiledCode-${{ env.GITHUB_SHA }} + key: cacheCompiledCode-${{ github.sha }} - name: Build VS Code run: yarn gulp vscode-darwin-x64-min-ci