From 7288858816b61822d9acdafbbd311551a225f48b Mon Sep 17 00:00:00 2001 From: Shannon Klaus Date: Wed, 13 Nov 2024 10:13:43 -0700 Subject: [PATCH] Get rid of publish step --- .github/workflows/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1ef603e6..4fc5c652 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -71,9 +71,6 @@ jobs: # run: dotnet add package NeoLua --version 1.3.14 - name: Build run: dotnet build --configuration Release --no-restore /p:EnableWindowsTargeting=true - - - name: Publish - run: dotnet publish -c Release -o ../publish - name: Run tests run: dotnet test --no-build --verbosity normal