Skip to content

Commit fac71a7

Browse files
committed
Update build taml
1 parent 7588d81 commit fac71a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
if: startsWith(github.ref, 'refs/tags/')
5555
with:
5656
files: |
57-
target/release/${{ matrix.file }}
57+
target/${{ matrix.target }}/release/${{ matrix.file }}
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)