Browse Source

try to fix windows build

pull/1088/head
Jason Dove 3 years ago
parent
commit
d37dde2477
  1. 3
      .github/workflows/artifacts.yml

3
.github/workflows/artifacts.yml

@ -225,7 +225,8 @@ jobs: @@ -225,7 +225,8 @@ jobs:
# Build Windows launcher
if [ "${{ matrix.kind }}" == "windows" ]; then
cd ErsatzTV-Windows && cargo build --release --all-features
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

Loading…
Cancel
Save