Skip to content

Commit 8a6d64b

Browse files
committed
ci: fix artifact path for Windows, use wildcard
1 parent 76947db commit 8a6d64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ 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: target/${{ matrix.target.target }}/release/livecards* # wildcard to include .exe on Windows
8282
if-no-files-found: error

0 commit comments

Comments
 (0)