mirror of
https://github.com/edgegamers/poor-sharptimer.git
synced 2025-12-06 04:42:48 -08:00
More AI
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user