Update build.yml
This commit is contained in:
parent
d870f23b01
commit
ca55c7f1a6
1 changed files with 0 additions and 22 deletions
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
|
|
@ -67,28 +67,12 @@ jobs:
|
||||||
- name: Zip Main Build Output
|
- name: Zip Main Build Output
|
||||||
run: zip -r CS2-SimpleAdmin-${{ steps.get_version.outputs.VERSION }}.zip ${{ env.OUTPUT_PATH }}
|
run: zip -r CS2-SimpleAdmin-${{ steps.get_version.outputs.VERSION }}.zip ${{ env.OUTPUT_PATH }}
|
||||||
|
|
||||||
# - name: Extract & Zip StatusBlocker Linux
|
|
||||||
# run: |
|
|
||||||
# mkdir -p statusblocker-linux &&
|
|
||||||
# tar -xzf Modules/CS2-SimpleAdmin_StealthModule/METAMOD\ PLUGIN/StatusBlocker*linux.tar.gz -C statusblocker-linux &&
|
|
||||||
# cd statusblocker-linux &&
|
|
||||||
# zip -r ../StatusBlocker-linux-${{ steps.get_version.outputs.VERSION }}.zip ./*
|
|
||||||
|
|
||||||
# - name: Extract & Zip StatusBlocker Windows
|
|
||||||
# run: |
|
|
||||||
# mkdir -p statusblocker-windows &&
|
|
||||||
# tar -xzf Modules/CS2-SimpleAdmin_StealthModule/METAMOD\ PLUGIN/StatusBlocker*windows.tar.gz -C statusblocker-windows &&
|
|
||||||
# cd statusblocker-windows &&
|
|
||||||
# zip -r ../StatusBlocker-windows-${{ steps.get_version.outputs.VERSION }}.zip ./*
|
|
||||||
|
|
||||||
- name: Upload all artifacts
|
- name: Upload all artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: CS2-SimpleAdmin-Build-Artifacts
|
name: CS2-SimpleAdmin-Build-Artifacts
|
||||||
path: |
|
path: |
|
||||||
CS2-SimpleAdmin-${{ steps.get_version.outputs.VERSION }}.zip
|
CS2-SimpleAdmin-${{ steps.get_version.outputs.VERSION }}.zip
|
||||||
# StatusBlocker-linux-${{ steps.get_version.outputs.VERSION }}.zip
|
|
||||||
# StatusBlocker-windows-${{ steps.get_version.outputs.VERSION }}.zip
|
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
needs: build
|
needs: build
|
||||||
|
|
@ -109,8 +93,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
artifacts: |
|
artifacts: |
|
||||||
CS2-SimpleAdmin-${{ needs.build.outputs.build_version }}.zip
|
CS2-SimpleAdmin-${{ needs.build.outputs.build_version }}.zip
|
||||||
# StatusBlocker-linux-${{ needs.build.outputs.build_version }}.zip
|
|
||||||
# StatusBlocker-windows-${{ needs.build.outputs.build_version }}.zip
|
|
||||||
name: "CS2-SimpleAdmin-${{ needs.build.outputs.build_version }}"
|
name: "CS2-SimpleAdmin-${{ needs.build.outputs.build_version }}"
|
||||||
tag: "build-${{ needs.build.outputs.build_version }}"
|
tag: "build-${{ needs.build.outputs.build_version }}"
|
||||||
body: |
|
body: |
|
||||||
|
|
@ -121,9 +103,5 @@ jobs:
|
||||||
After the first launch, configure the plugin using the JSON config file at:
|
After the first launch, configure the plugin using the JSON config file at:
|
||||||
addons/counterstrikesharp/configs/plugins/CS2-SimpleAdmin/CS2-SimpleAdmin.json
|
addons/counterstrikesharp/configs/plugins/CS2-SimpleAdmin/CS2-SimpleAdmin.json
|
||||||
|
|
||||||
# - StatusBlocker:
|
|
||||||
# Extract the ZIP to your server root directory.
|
|
||||||
# The archive already contains the correct addons/ folder structure (addons/metamod/ and addons/status_blocker/).
|
|
||||||
# This plugin is a Metamod module required by the StealthModule.
|
|
||||||
|
|
||||||
Remember to restart or reload your game server after installing and configuring the plugins.
|
Remember to restart or reload your game server after installing and configuring the plugins.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue