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 7bc4ef3 commit 8b9f7bfCopy full SHA for 8b9f7bf
.github/workflows/main.yml
@@ -30,11 +30,13 @@ jobs:
30
31
- run: mkdir out/
32
33
- - run: mv nucleo-debugger/*.vsix out/
+ - run: mv ./nucleo-debugger/*.vsix out/
34
35
- - run: mv prova_test/es2/nucleo/.vscode/task.json out/
+ - run: mv ./prova_test/es2/nucleo/.vscode/tasks.json out/
36
37
- - run: mv prova_test/es2/nucleo/.vscode/launch.json out/
+ - run: mv ./prova_test/es2/nucleo/.vscode/launch.json out/
38
+
39
+ - run: mv ./prova_test/es2/nucleo/gdbinitvscode out/
40
41
- name: Release build-artifacts
42
uses: skx/github-action-publish-binaries@master
0 commit comments