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 912d1ca commit 52404a6Copy full SHA for 52404a6
.github/workflows/job-compile-and-test.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Copy Published Extension Binaries
25
if: ${{ inputs.platform != 'windows' }}
26
- uses: .github/workflows/template-copy-published-binaries.yml
+ uses: ./.github/workflows/template-copy-published-binaries.yml
27
28
- name: Use Node.js 22
29
uses: actions/setup-node@v4
.github/workflows/template-copy-published-binaries.yml
@@ -9,8 +9,7 @@ runs:
9
10
- name: Copy binaries from the C++ extension
11
run: |
12
- cp -r ~/.vscode/extensions/ms-vscode.cpptools-1.*/bin/* bin
13
- working-directory: Extension
+ cp -r ~/.vscode/extensions/ms-vscode.cpptools-1.*/bin/* ./Extension/bin
14
shell: bash
15
16
- name: Uninstall the C++ extension
0 commit comments