Add new binaries to workflow
This commit is contained in:
parent
223895e617
commit
d20237e1fe
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -23,9 +23,11 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --target x86_64-unknown-linux-gnu --bin wasm-synth --release
|
args: --target x86_64-unknown-linux-gnu --bin wasm2luajit --bin wasm2luau --release
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: target/x86_64-unknown-linux-gnu/release/wasm-synth
|
files: |
|
||||||
|
target/x86_64-unknown-linux-gnu/release/wasm2luajit
|
||||||
|
target/x86_64-unknown-linux-gnu/release/wasm2luau
|
||||||
|
Loading…
x
Reference in New Issue
Block a user