Skip to content

Commit 640be6f

Browse files
committed
Fix output zip's hierarchy in action
1 parent 393f645 commit 640be6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ jobs:
116116
env:
117117
STORE_READMY: ${{ env.STORE_READMY }}
118118
run: |
119-
mkdir -p publish/${{ env.PACKAGE_NAME }}
120-
mv amxmodx/ publish/${{ env.PACKAGE_NAME }}/
119+
mkdir -p publish/${{ env.PACKAGE_NAME }}/addons
120+
mv amxmodx/ publish/${{ env.PACKAGE_NAME }}/addons
121121
122122
if [ ! -z "${STORE_READMY}" ]; then
123123
mv README.md publish/

0 commit comments

Comments
 (0)