We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393f645 commit 640be6fCopy full SHA for 640be6f
1 file changed
.github/workflows/CI.yml
@@ -116,8 +116,8 @@ jobs:
116
env:
117
STORE_READMY: ${{ env.STORE_READMY }}
118
run: |
119
- mkdir -p publish/${{ env.PACKAGE_NAME }}
120
- mv amxmodx/ publish/${{ env.PACKAGE_NAME }}/
+ mkdir -p publish/${{ env.PACKAGE_NAME }}/addons
+ mv amxmodx/ publish/${{ env.PACKAGE_NAME }}/addons
121
122
if [ ! -z "${STORE_READMY}" ]; then
123
mv README.md publish/
0 commit comments