Skip to content

Commit a1e97fb

Browse files
authored
Merge pull request #150 from sanders41/upload
Fix directory
2 parents bbe1390 + 09fe67e commit a1e97fb

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)