From fca400f4486b86efd3e6925097e70ec2a8c76de8 Mon Sep 17 00:00:00 2001 From: Colin Halseth Date: Tue, 16 Jul 2024 18:28:18 -0700 Subject: [PATCH] Added test before deploy. CLI Player now deploys to nuget. --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d865b5a..d118aed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,14 +45,8 @@ jobs: shell: cmd run: nuget source Add -Name "GitHub" -Source %GITHUB_SOURCE% -UserName %GITHUB_USERNAME% -Password %GITHUB_TOKEN% - name: Pack Nuget Package - env: - # Work around https://github.com/actions/setup-dotnet/issues/29 - #DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64 run: dotnet pack Gameboy.Player.Cli --configuration Release --output nupkg - name: Publish Nuget Package - env: - # Work around https://github.com/actions/setup-dotnet/issues/29 - #DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64 run: nuget push nupkg\*.nupkg -Source "GitHub" --skip-duplicate blazor: