Skip to content

Commit 8b9f7bf

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

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ jobs:
3030

3131
- run: mkdir out/
3232

33-
- run: mv nucleo-debugger/*.vsix out/
33+
- 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/tasks.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/
38+
39+
- run: mv ./prova_test/es2/nucleo/gdbinitvscode out/
3840

3941
- name: Release build-artifacts
4042
uses: skx/github-action-publish-binaries@master

0 commit comments

Comments
 (0)