Add binary to release

This commit is contained in:
Rerumu 2022-04-27 04:58:06 -04:00
parent 85e0e2276a
commit 66e3eafad6

View File

@ -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