fix(ci): remove duplicated extension in bin name
All checks were successful
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 10s
Build Zenyx ⚡ / 🔧 Setup Environment (pull_request) Successful in 11s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 56s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (pull_request) Successful in 59s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Successful in 6m22s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Successful in 6m28s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Successful in 6m41s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Successful in 6m7s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (pull_request) Successful in 3m55s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (pull_request) Successful in 4m24s
All checks were successful
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 10s
Build Zenyx ⚡ / 🔧 Setup Environment (pull_request) Successful in 11s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 56s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (pull_request) Successful in 59s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Successful in 6m22s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Successful in 6m28s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Successful in 6m41s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Successful in 6m7s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (pull_request) Successful in 3m55s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (pull_request) Successful in 4m24s
This commit is contained in:
parent
4c7980d128
commit
c282e5c550
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ jobs:
|
||||||
command: zigbuild
|
command: zigbuild
|
||||||
args: --target aarch64-unknown-linux-gnu --release
|
args: --target aarch64-unknown-linux-gnu --release
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
binary_name: zenyx-x86_64-windows-msvc.exe
|
binary_name: zenyx-x86_64-windows-msvc
|
||||||
ext: ".exe"
|
ext: ".exe"
|
||||||
command: xwin
|
command: xwin
|
||||||
args: build --target x86_64-pc-windows-msvc --release
|
args: build --target x86_64-pc-windows-msvc --release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue