From cf156919557b453c7fb92bd8d2bfbc5e88be3dc3 Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 11 Jul 2024 23:32:56 -0400 Subject: [PATCH] Update package.yml --- .github/workflows/package.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 58b2d665..6682f34f 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -27,12 +27,8 @@ jobs: - name: Restore dependencies run: nuget restore src/TF2HUD.Editor.sln - - name: Build solution - run: dotnet build -c Release --no-restore - working-directory: src/TF2HUD.Editor - - name: Publish solution - run: dotnet publish -c Release --no-build --output ./publish + run: dotnet publish -c Release --output ./publish working-directory: src/TF2HUD.Editor - name: Upload artifact