We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76947db commit 8a6d64bCopy full SHA for 8a6d64b
.github/workflows/test.yaml
@@ -78,5 +78,5 @@ jobs:
78
uses: actions/upload-artifact@v4
79
with:
80
name: livecards-${{ matrix.target.target }}-${{ matrix.feature }}
81
- path: target/${{ matrix.target.target }}/release/livecards
+ path: target/${{ matrix.target.target }}/release/livecards* # wildcard to include .exe on Windows
82
if-no-files-found: error
0 commit comments