sad
Some checks failed
/ release (push) Failing after 5s

This commit is contained in:
Benjamyn Love 2025-03-21 09:37:15 +11:00
parent 89937ce3b5
commit c44518759f

View File

@ -18,12 +18,12 @@ jobs:
- name: Build binary
uses: houseabsolute/actions-rust-cross@v1
with:
command: build
target: x86_64-unknown-linux-gnu
command: "build"
target: "x86_64-unknown-linux-gnu"
args: "--locked --release"
strip: true
- name: Publish artifacts and release
uses: houseabsolute/actions-rust-release@v0
with:
executable-name: mycelium
target: x86_64-unknown-linux-gnu
executable-name: "mycelium"
target: "x86_64-unknown-linux-gnu"