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.
2 parents bbe1390 + 09fe67e commit a1e97fbCopy full SHA for a1e97fb
.github/workflows/publish_binaries.yml
@@ -38,6 +38,6 @@ jobs:
38
uses: svenstaro/upload-release-action@v2
39
with:
40
repo_token: ${{ secrets.GITHUB_TOKEN}}
41
- file: target/release/${{ matrix.artifact_name }}
+ file: target/${{ matrix.target }}/release/${{ matrix.artifact_name }}
42
asset_name: ${{ matrix.asset_name }}
43
tag: ${{ github.ref }}
0 commit comments