Skip to content

Commit 7bc4ef3

Browse files
committed
fix: fixed workflow path
1 parent 1f81a17 commit 7bc4ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232

3333
- run: mv nucleo-debugger/*.vsix out/
3434

35-
- run: mv prova-test/es2/nucleo/.vscode/task.json out/
35+
- run: mv prova_test/es2/nucleo/.vscode/task.json out/
3636

37-
- run: mv prova-test/es2/nucleo/.vscode/launch.json out/
37+
- run: mv prova_test/es2/nucleo/.vscode/launch.json out/
3838

3939
- name: Release build-artifacts
4040
uses: skx/github-action-publish-binaries@master

0 commit comments

Comments
 (0)