Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Mar 13, 2024
1 parent 5fc361c commit fb63a53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
toolchain: ${{ matrix.toolchain }}
args: "--release --manifest-path ./generator/Cargo.toml"

- run: ls

- run: ls ./generator

- name: Rename dynamic lib
run: cp generator/target/release/libgenerator.${{ matrix.platform.origin_dylib_suffix }} lua/generator.${{ matrix.platform.dest_dylib_suffix }}

Expand Down

0 comments on commit fb63a53

Please sign in to comment.