fix(ci): duplicate extension for Windows build step
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 11s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Blocked by required conditions
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Blocked by required conditions
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Blocked by required conditions
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Has been cancelled

This commit is contained in:
lily 2025-04-21 19:46:48 -04:00
parent ee28893b63
commit be1efba120
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

View file

@ -104,7 +104,7 @@ jobs:
command: zigbuild
args: --target aarch64-unknown-linux-gnu --release
- target: x86_64-pc-windows-msvc
binary_name: zenyx-x86_64-windows-msvc.exe
binary_name: zenyx-x86_64-windows-msvc
ext: ".exe"
command: xwin
args: build --target x86_64-pc-windows-msvc --release