Skip to content

Commit

Permalink
Fix compiled plugin coping in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ArKaNeMaN committed Dec 5, 2024
1 parent df4e7aa commit 0cd7c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
mkdir -p $package_amxmodx_path
mv configs $package_amxmodx_path
mv scripting $package_amxmodx_path
mv plugins $package_amxmodx_path
mv migrations publish/
mv readme.md publish/
Expand Down

0 comments on commit 0cd7c48

Please sign in to comment.