We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7588d81 commit fac71a7Copy full SHA for fac71a7
.github/workflows/build.yml
@@ -54,6 +54,6 @@ jobs:
54
if: startsWith(github.ref, 'refs/tags/')
55
with:
56
files: |
57
- target/release/${{ matrix.file }}
+ target/${{ matrix.target }}/release/${{ matrix.file }}
58
env:
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments