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