Skip to content

Commit

Permalink
Incrementally setting up github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tilkinsc committed Jun 7, 2023
1 parent 86164b3 commit 56c6b53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
with:
name: linux-binaries
path: |
"*.a"
"*.so"
*.a
*.so
windows-build:
runs-on: windows-latest
if: false
Expand All @@ -47,6 +47,6 @@ jobs:
with:
name: windows-binaries.7z
path: |
"*.a"
"*.dll"
*.a
*.dll

0 comments on commit 56c6b53

Please sign in to comment.