Skip to content

Commit b8b4498

Browse files
committed
CI build/upload fix
1 parent 992cbe2 commit b8b4498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
dirname="$binary_name-${{ env.VERSION }}"
4242
mkdir "$dirname"
43-
mv "target/release/$binary_name.exe" "$dirname"
43+
mv "target/x86_64-pc-windows-msvc/release/$binary_name.exe" "$dirname"
4444
4545
7z a "$dirname.zip" "$dirname"
4646
echo "ASSET=$dirname.zip" >> $GITHUB_ENV

0 commit comments

Comments
 (0)