Skip to content

Commit

Permalink
[Update] files based on generated files by template generator
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Mar 14, 2024
1 parent dcad780 commit 2bf336e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:
uses: houseabsolute/actions-rust-cross@v0
with:
command: "build"
working-directory: ./generator
target: ${{ matrix.platform.target }}
toolchain: ${{ matrix.toolchain }}
args: "--release --manifest-path ./generator/Cargo.toml"
args: "--release"

- name: Rename dynamic lib
run: cp generator/target/${{ matrix.platform.target }}/release/libgenerator.${{ matrix.platform.origin_dylib_suffix }} lua/${{ matrix.platform.os_name }}generator.${{ matrix.platform.dest_dylib_suffix }}
Expand Down
Binary file added lua/mac-x86_64generator.so
Binary file not shown.

0 comments on commit 2bf336e

Please sign in to comment.