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 - name: Build binary
uses: houseabsolute/actions-rust-cross@v1 uses: houseabsolute/actions-rust-cross@v1
with: with:
command: build command: "build"
target: x86_64-unknown-linux-gnu target: "x86_64-unknown-linux-gnu"
args: "--locked --release" args: "--locked --release"
strip: true strip: true
- name: Publish artifacts and release - name: Publish artifacts and release
uses: houseabsolute/actions-rust-release@v0 uses: houseabsolute/actions-rust-release@v0
with: with:
executable-name: mycelium executable-name: "mycelium"
target: x86_64-unknown-linux-gnu target: "x86_64-unknown-linux-gnu"