From 7d435da9d1cb19f37ff88d07ad97bbccd9d8d9d4 Mon Sep 17 00:00:00 2001 From: Nereziel Date: Wed, 15 Nov 2023 21:19:48 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ecfcfed..229c9b94 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,13 +34,16 @@ jobs: ${{ env.OUTPUT_PATH }}/CounterStrikeSharp.API.dll \ ${{ env.OUTPUT_PATH }}/McMaster.NETCore.Plugins.dll \ ${{ env.OUTPUT_PATH }}/Microsoft.DotNet.PlatformAbstractions.dll \ - ${{ env.OUTPUT_PATH }}/Microsoft.Extensions.DependencyModel.dll + ${{ env.OUTPUT_PATH }}/Microsoft.Extensions.DependencyModel.dll \ - name: Zip uses: thedoctor0/zip-release@0.7.5 with: type: 'zip' filename: '${{ env.PROJECT_NAME }}.zip' path: ${{ env.OUTPUT_PATH }} + - name: Clean files Website + run: | + rm -d website/img/ - name: Zip uses: thedoctor0/zip-release@0.7.5 with: @@ -54,4 +57,4 @@ jobs: name: "Build ${{ env.BUILD_NUMBER }}" tag: "build-${{ env.BUILD_NUMBER }}" body: | - Place the plugin in game/csgo/addons/counterstrikesharp/plugins/WeaponPaints \ No newline at end of file + Place the plugin in game/csgo/addons/counterstrikesharp/plugins/WeaponPaints