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 bcca2d7 commit a651d86Copy full SHA for a651d86
.github/workflows/c-cpp.yml
@@ -32,11 +32,11 @@ jobs:
32
with:
33
name: mas-${{ runner.os }}
34
path: |
35
- maw/mas
36
- maw/mas.exe
+ mas/mas
+ mas/mas.exe
37
if-no-files-found: ignore # OK if one is missing
38
39
- name: Clean (optional)
40
- working-directory: ./maw
+ working-directory: ./mas
41
shell: bash
42
run: make clean
0 commit comments