Skip to content

Commit 56c6b53

Browse files
committed
Incrementally setting up github CI
1 parent 86164b3 commit 56c6b53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/c-cpp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
with:
2525
name: linux-binaries
2626
path: |
27-
"*.a"
28-
"*.so"
27+
*.a
28+
*.so
2929
windows-build:
3030
runs-on: windows-latest
3131
if: false
@@ -47,6 +47,6 @@ jobs:
4747
with:
4848
name: windows-binaries.7z
4949
path: |
50-
"*.a"
51-
"*.dll"
50+
*.a
51+
*.dll
5252

0 commit comments

Comments
 (0)