Skip to content

Commit a75f44b

Browse files
committed
fix window build
1 parent 94c4823 commit a75f44b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ jobs:
3030
uses: actions/upload-artifact@v4
3131
with:
3232
name: binary-${{ matrix.target }}
33-
path: target/${{ matrix.target }}/release/riqi
33+
path: |
34+
target/${{ matrix.target }}/release/riqi
35+
target/${{ matrix.target }}/release/riqi.exe
36+
if-no-files-found: error

0 commit comments

Comments
 (0)