Skip to content

Commit 3d83ca3

Browse files
authored
Fixed C/C++ CI workflow.
1 parent 84c5810 commit 3d83ca3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
working-directory: 'likespro.eth - UNIVERSAL'
1919
- name: Run
2020
run: |
21-
"likespro.eth - UNIVERSAL\x64\Debug\likespro.eth - UNIVERSAL.exe"
21+
"likespro.eth - UNIVERSAL\Debug\likespro.eth - UNIVERSAL.exe"
2222
shell: cmd
2323
- name: Upload executable
2424
uses: actions/upload-artifact@v4
2525
with:
2626
name: windows
2727
path: |
28-
"likespro.eth - UNIVERSAL\x64\Debug\likespro.eth - UNIVERSAL.exe"
28+
"likespro.eth - UNIVERSAL\Debug\likespro.eth - UNIVERSAL.exe"
2929
build-mac-and-ubuntu:
3030
runs-on: ${{matrix.os}}
3131
strategy:
@@ -46,4 +46,4 @@ jobs:
4646
with:
4747
name: ${{matrix.os}}
4848
path: |
49-
"./likespro.eth - UNIVERSAL.o"
49+
'likespro.eth - UNIVERSAL.o'

0 commit comments

Comments
 (0)