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 4d65d84 commit 5fc361c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
args: "--release --manifest-path ./generator/Cargo.toml"

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

- name: Commit changes
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 5fc361c

Please sign in to comment.