We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c47af commit b22e7cbCopy full SHA for b22e7cb
1 file changed
.github/workflows/release.yml
@@ -204,7 +204,7 @@ jobs:
204
mkdir -p "$DIR/lib"
205
206
# Copy launcher
207
- cp src/win-launcher/target/x86_64-pc-windows-msvc/release/a3s-box-win.exe "$DIR/"
+ cp src/target/x86_64-pc-windows-msvc/release/a3s-box-win.exe "$DIR/"
208
209
# Copy krun.dll from prebuilt
210
if [ -f "src/deps/libkrun-sys/prebuilt/x86_64-pc-windows-msvc/krun.dll" ]; then
0 commit comments