Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArKaNeMaN authored Jun 7, 2024
1 parent c6b08ae commit 7681e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
env:
STORE_READMY: ${{ env.STORE_READMY }}
run: |
mkdir -p publish/${{ env.PACKAGE_NAME }}
mv amxmodx/ publish/${{ env.PACKAGE_NAME }}/
mkdir -p publish/${{ env.PACKAGE_NAME }}/addons
mv amxmodx/ publish/${{ env.PACKAGE_NAME }}/addons/
if [ ! -z "${STORE_READMY}" ]; then
mv README.md publish/
Expand Down

0 comments on commit 7681e42

Please sign in to comment.