Skip to content

Commit a8d8d7c

Browse files
fix: add Windows library artifacts
1 parent 1b590b4 commit a8d8d7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,6 @@ jobs:
5959
uses: actions/upload-artifact@v4
6060
with:
6161
name: ${{matrix.config.name}}-${{matrix.version.name}}
62-
path: ${{github.workspace}}/build/libarch_arcompact.so
62+
path: |
63+
${{github.workspace}}/build/libarch_arcompact.so
64+
${{github.workspace}}/build/arch_arcompact.dll

0 commit comments

Comments
 (0)