mirror of
https://github.com/creazy231/cs2-css-flashlight.git
synced 2026-09-27 20:17:04 +02:00
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:
parent
1b54187c0f
commit
081278a8ae
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -55,11 +55,12 @@ jobs:
|
||||||
type: 'zip'
|
type: 'zip'
|
||||||
filename: '${{ env.PROJECT_NAME }}.zip'
|
filename: '${{ env.PROJECT_NAME }}.zip'
|
||||||
path: ${{ env.PUBLISH_PATH }}
|
path: ${{ env.PUBLISH_PATH }}
|
||||||
- name: GunGameLite
|
- name: Create Release
|
||||||
uses: ncipollo/release-action@v1.12.0
|
uses: ncipollo/release-action@v1.12.0
|
||||||
with:
|
with:
|
||||||
artifacts: "${{ env.PROJECT_NAME }}.zip"
|
artifacts: "${{ env.PROJECT_NAME }}.zip"
|
||||||
name: "${{ env.BUILD_NUMBER }}"
|
name: "${{ env.BUILD_NUMBER }}"
|
||||||
tag: "${{ env.BUILD_NUMBER }}"
|
tag: "${{ env.BUILD_NUMBER }}"
|
||||||
|
allowUpdates: true
|
||||||
body: |
|
body: |
|
||||||
Place the plugin in game/csgo/addons/counterstrikesharp/plugins/Flashlight
|
Place the plugin in game/csgo/addons/counterstrikesharp/plugins/Flashlight
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue