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 bbe1390 commit 09fe67eCopy full SHA for 09fe67e
.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