We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c4823 commit a75f44bCopy full SHA for a75f44b
.github/workflows/build.yml
@@ -30,4 +30,7 @@ jobs:
30
uses: actions/upload-artifact@v4
31
with:
32
name: binary-${{ matrix.target }}
33
- path: target/${{ matrix.target }}/release/riqi
+ path: |
34
+ target/${{ matrix.target }}/release/riqi
35
+ target/${{ matrix.target }}/release/riqi.exe
36
+ if-no-files-found: error
0 commit comments