We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5c323 commit 51c394dCopy full SHA for 51c394d
1 file changed
.github/workflows/release.yml
@@ -121,11 +121,11 @@ jobs:
121
run: |
122
mkdir -p staging
123
if [ "${{ matrix.os }}" = "windows-latest" ]; then
124
- cp "output/${{ matrix.cargo-target }}/release/khronos-cli.exe" staging/
+ cp "output/${{ matrix.cargo-target }}/release/khronos_cli.exe" staging/
125
cd staging
126
7z a ../release.zip *
127
else
128
- cp "output/${{ matrix.cargo-target }}/release/khronos-cli" staging/
+ cp "output/${{ matrix.cargo-target }}/release/khronos_cli" staging/
129
130
zip ../release.zip *
131
fi
0 commit comments