parent
89937ce3b5
commit
c44518759f
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user