Skip to content

Commit b22e7cb

Browse files
RoyLinRoyLin
authored andcommitted
fix(box): package Windows release artifact
1 parent f6c47af commit b22e7cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
mkdir -p "$DIR/lib"
205205
206206
# Copy launcher
207-
cp src/win-launcher/target/x86_64-pc-windows-msvc/release/a3s-box-win.exe "$DIR/"
207+
cp src/target/x86_64-pc-windows-msvc/release/a3s-box-win.exe "$DIR/"
208208
209209
# Copy krun.dll from prebuilt
210210
if [ -f "src/deps/libkrun-sys/prebuilt/x86_64-pc-windows-msvc/krun.dll" ]; then

0 commit comments

Comments
 (0)