Skip to content

Commit 86164b3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)