fix(ci): allow release updates and fix step name

- Add allowUpdates: true to fix 'tag_name already exists' error
- Rename 'GunGameLite' step to 'Create Release' (copy-paste artifact)
This commit is contained in:
Vesper 2026-03-01 09:02:22 +00:00
parent 1b54187c0f
commit 081278a8ae

View file

@ -55,11 +55,12 @@ jobs:
type: 'zip'
filename: '${{ env.PROJECT_NAME }}.zip'
path: ${{ env.PUBLISH_PATH }}
- name: GunGameLite
- name: Create Release
uses: ncipollo/release-action@v1.12.0
with:
artifacts: "${{ env.PROJECT_NAME }}.zip"
name: "${{ env.BUILD_NUMBER }}"
tag: "${{ env.BUILD_NUMBER }}"
allowUpdates: true
body: |
Place the plugin in game/csgo/addons/counterstrikesharp/plugins/Flashlight
Place the plugin in game/csgo/addons/counterstrikesharp/plugins/Flashlight