try to fix windows build

This commit is contained in:
Jason Dove
2023-01-01 13:19:12 -06:00
parent 8e13b07c84
commit d37dde2477
+3 -2
View File
@@ -225,8 +225,9 @@ jobs:
# Build Windows launcher
if [ "${{ matrix.kind }}" == "windows" ]; then
cd ErsatzTV-Windows && cargo build --release --all-features
mv ErsatzTV-Windows/target/release/ersatztv_windows.exe "$release_name/ErsatzTV-Windows.exe"
cargo build --manifest-path=ErsatzTV-Windows/Cargo.toml --release --all-features
ls -l ErsatzTV-Windows/target/release
mv ErsatzTV-Windows/target/release/ersatztv_windows.exe "$release_name/ErsatzTV-Windows.exe"
fi
# Download ffmpeg