We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76947db commit f55a240Copy full SHA for f55a240
.github/workflows/test.yaml
@@ -78,5 +78,7 @@ 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: |
82
+ target/${{ matrix.target.target }}/release/livecards
83
+ target/${{ matrix.target.target }}/release/livecards.exe
84
if-no-files-found: error
0 commit comments