Skip to content

Commit f55a240

Browse files
committed
ci: fix artifact path for Windows, consider .exe path
1 parent 76947db commit f55a240

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,7 @@ jobs:
7878
uses: actions/upload-artifact@v4
7979
with:
8080
name: livecards-${{ matrix.target.target }}-${{ matrix.feature }}
81-
path: target/${{ matrix.target.target }}/release/livecards
81+
path: |
82+
target/${{ matrix.target.target }}/release/livecards
83+
target/${{ matrix.target.target }}/release/livecards.exe
8284
if-no-files-found: error

0 commit comments

Comments
 (0)