Skip to content

Commit

Permalink
add windows artifacts as well
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvw committed Feb 15, 2025
1 parent eea9a26 commit 58fe331
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/ci-msw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ jobs:
run: |
msbuild /noLogo /m /p:Configuration=Release ALL_BUILD.vcxproj
- name: Artifacts
# see build-gen, currently a static build
uses: actions/upload-artifact@v4
with:
name: wex-lib-windows
path: build/**/*.lib

- name: Run tests
uses: threeal/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# see build-gen, currently a static build
uses: actions/upload-artifact@v4
with:
name: wex-lib
name: wex-lib-ubuntu
path: build/**/*.a

- name: Coveralls
Expand Down

0 comments on commit 58fe331

Please sign in to comment.