Skip to content

Commit a651d86

Browse files
Update paths in C/C++ workflow configuration
1 parent bcca2d7 commit a651d86

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
@@ -32,11 +32,11 @@ jobs:
3232
with:
3333
name: mas-${{ runner.os }}
3434
path: |
35-
maw/mas
36-
maw/mas.exe
35+
mas/mas
36+
mas/mas.exe
3737
if-no-files-found: ignore # OK if one is missing
3838

3939
- name: Clean (optional)
40-
working-directory: ./maw
40+
working-directory: ./mas
4141
shell: bash
4242
run: make clean

0 commit comments

Comments
 (0)