From 081278a8aed12f759b81e7faeb1af0fde7287d4e Mon Sep 17 00:00:00 2001 From: Vesper Date: Sun, 1 Mar 2026 09:02:22 +0000 Subject: [PATCH] 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) --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4d7689..b79b2cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file + Place the plugin in game/csgo/addons/counterstrikesharp/plugins/Flashlight