Skip to content

Commit

Permalink
CI build/upload fix
Browse files Browse the repository at this point in the history
  • Loading branch information
2dav committed Oct 21, 2023
1 parent 992cbe2 commit b8b4498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
dirname="$binary_name-${{ env.VERSION }}"
mkdir "$dirname"
mv "target/release/$binary_name.exe" "$dirname"
mv "target/x86_64-pc-windows-msvc/release/$binary_name.exe" "$dirname"
7z a "$dirname.zip" "$dirname"
echo "ASSET=$dirname.zip" >> $GITHUB_ENV
Expand Down

0 comments on commit b8b4498

Please sign in to comment.