From 66e3eafad69c92587965d6e6b2be8a4d88245491 Mon Sep 17 00:00:00 2001 From: Rerumu Date: Wed, 27 Apr 2022 04:58:06 -0400 Subject: [PATCH] Add binary to release --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4020e63..1a2a509 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,9 @@ jobs: uses: actions-rs/cargo@v1 with: command: build - args: --target x86_64-unknown-linux-gnu --release + args: --target x86_64-unknown-linux-gnu --bin wasm-synth --release - name: Release uses: softprops/action-gh-release@v1 + with: + files: target/x86_64-unknown-linux-gnu/release/wasm-synth