Skip to content

Commit

Permalink
fix: fix location of the .dll/.so file
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent 7837682 commit 612ca20
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 @@ -124,7 +124,7 @@ jobs:
run: |
ls
mkdir dist-linux/ag/dlls
mv llhl-agmod/ag-llhl-linux/ag.so dist-linux/ag/ag.so
mv ag-llhl-linux/ag.so dist-linux/ag/ag.so
- name: Prepare releases in zip
run: |
Expand Down

0 comments on commit 612ca20

Please sign in to comment.