From b406071b4601af4ed07af9d44d1e410e21317892 Mon Sep 17 00:00:00 2001 From: IncognitoWater Date: Thu, 4 Jul 2024 14:19:16 +0200 Subject: [PATCH] IcWa - Another publish.yaml update --- .github/workflows/publish.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f15785c..ef926ab 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -27,8 +27,6 @@ jobs: run: dotnet restore - name: Build run: dotnet build --no-restore -c Release -p:AssemblyVersion=${{ env.tag }} -p:FileVersion=${{ env.tag }} -p:PackageVersion=${{ env.tag }} -p:InformationalVersion=${{ env.tag }} - - name: Zip Plugin - run: Compress-Archive -Path .\bin\Release\net8.0-windows\* -DestinationPath .\bin\EasyZoomReborn.zip - name: Publish Plugin uses: softprops/action-gh-release@v2 with: