Skip to content

Commit 09fe67e

Browse files
committed
Fix directory
1 parent bbe1390 commit 09fe67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
uses: svenstaro/upload-release-action@v2
3939
with:
4040
repo_token: ${{ secrets.GITHUB_TOKEN}}
41-
file: target/release/${{ matrix.artifact_name }}
41+
file: target/${{ matrix.target }}/release/${{ matrix.artifact_name }}
4242
asset_name: ${{ matrix.asset_name }}
4343
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)