This commit is contained in:
MSWS
2025-03-02 04:47:36 -08:00
parent a1fd8aabce
commit c9f246d5d8

View File

@@ -57,7 +57,7 @@ jobs:
run: |
mkdir -p publish/addons/counterstrikesharp/plugins/SharpTimer/
find ./publish -mindepth 1 -maxdepth 1 ! -name 'cfg' ! -name 'lang' -exec mv {} publish/addons/counterstrikesharp/plugins/SharpTimer/ \;
find ./publish -mindepth 1 -type d -exec zip -r ${{ env.ZIP_NAME }} {} +
find ./publish -mindepth 1 -maxdepth 1 -type d -exec zip -r ${{ env.ZIP_NAME }} ./publish/{} +
- name: Create GitHub Release
uses: ncipollo/release-action@v1.16.0