Skip to content

Commit b0d7ac4

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

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

3737
- run: mv ./prova_test/es2/nucleo/.vscode/launch.json out/
3838

39-
- run: mv ./prova_test/es2/nucleo/gdbinitvscode out/
39+
- run: mv ./prova_test/es2/nucleo/.gdbinitvscode out/
4040

4141
- name: Release build-artifacts
4242
uses: skx/github-action-publish-binaries@master

prova_test/es2/nucleo/.gdbinitvscode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set print array on
1717
set pagination off
1818
file build/sistema
1919
source util/start.gdb
20-
add-symbol-file /home/chuck/CE/lib/ce/boot.bin
20+
add-symbol-file /home/studenti/CE/lib/ce/boot.bin
2121
add-symbol-file build/io
2222
add-symbol-file build/utente
2323
set arch i386:x86-64:intel

0 commit comments

Comments
 (0)