Skip to content

Commit 52404a6

Browse files
committed
try these paths instead
1 parent 912d1ca commit 52404a6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/job-compile-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Copy Published Extension Binaries
2525
if: ${{ inputs.platform != 'windows' }}
26-
uses: .github/workflows/template-copy-published-binaries.yml
26+
uses: ./.github/workflows/template-copy-published-binaries.yml
2727

2828
- name: Use Node.js 22
2929
uses: actions/setup-node@v4

.github/workflows/template-copy-published-binaries.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ runs:
99
1010
- name: Copy binaries from the C++ extension
1111
run: |
12-
cp -r ~/.vscode/extensions/ms-vscode.cpptools-1.*/bin/* bin
13-
working-directory: Extension
12+
cp -r ~/.vscode/extensions/ms-vscode.cpptools-1.*/bin/* ./Extension/bin
1413
shell: bash
1514

1615
- name: Uninstall the C++ extension

0 commit comments

Comments
 (0)