Skip to content

Commit fca400f

Browse files
committed
Added test before deploy. CLI Player now deploys to nuget.
1 parent 131cac3 commit fca400f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,8 @@ jobs:
4545
shell: cmd
4646
run: nuget source Add -Name "GitHub" -Source %GITHUB_SOURCE% -UserName %GITHUB_USERNAME% -Password %GITHUB_TOKEN%
4747
- name: Pack Nuget Package
48-
env:
49-
# Work around https://github.com/actions/setup-dotnet/issues/29
50-
#DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64
5148
run: dotnet pack Gameboy.Player.Cli --configuration Release --output nupkg
5249
- name: Publish Nuget Package
53-
env:
54-
# Work around https://github.com/actions/setup-dotnet/issues/29
55-
#DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64
5650
run: nuget push nupkg\*.nupkg -Source "GitHub" --skip-duplicate
5751

5852
blazor:

0 commit comments

Comments
 (0)