Skip to content

Commit 51c394d

Browse files
authored
Update release.yml
1 parent ee5c323 commit 51c394d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ jobs:
121121
run: |
122122
mkdir -p staging
123123
if [ "${{ matrix.os }}" = "windows-latest" ]; then
124-
cp "output/${{ matrix.cargo-target }}/release/khronos-cli.exe" staging/
124+
cp "output/${{ matrix.cargo-target }}/release/khronos_cli.exe" staging/
125125
cd staging
126126
7z a ../release.zip *
127127
else
128-
cp "output/${{ matrix.cargo-target }}/release/khronos-cli" staging/
128+
cp "output/${{ matrix.cargo-target }}/release/khronos_cli" staging/
129129
cd staging
130130
zip ../release.zip *
131131
fi

0 commit comments

Comments
 (0)