Add binary to release
This commit is contained in:
parent
85e0e2276a
commit
66e3eafad6
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -23,7 +23,9 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --target x86_64-unknown-linux-gnu --release
|
args: --target x86_64-unknown-linux-gnu --bin wasm-synth --release
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
with:
|
||||||
|
files: target/x86_64-unknown-linux-gnu/release/wasm-synth
|
||||||
|
Loading…
x
Reference in New Issue
Block a user