Skip to content

Commit

Permalink
[Chore] force overwrite stale build file
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Mar 17, 2024
1 parent 123e6fb commit 17d9c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
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 }}
run: cp -rf generator/target/${{ matrix.platform.target }}/release/libgenerator.${{ matrix.platform.origin_dylib_suffix }} lua/${{ matrix.platform.os_name }}generator.${{ matrix.platform.dest_dylib_suffix }}

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

0 comments on commit 17d9c16

Please sign in to comment.