From 131cac3122dffdf355b707501d249745d3e14352 Mon Sep 17 00:00:00 2001 From: Colin Halseth Date: Tue, 16 Jul 2024 18:28:08 -0700 Subject: [PATCH] Added test before deploy. CLI Player now deploys to nuget. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8337625..d865b5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,12 +47,12 @@ jobs: - name: Pack Nuget Package env: # Work around https://github.com/actions/setup-dotnet/issues/29 - DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64 + #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 + #DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64 run: nuget push nupkg\*.nupkg -Source "GitHub" --skip-duplicate blazor: