Skip to content

Commit

Permalink
Added test before deploy. CLI Player now deploys to nuget.
Browse files Browse the repository at this point in the history
  • Loading branch information
qkmaxware committed Jul 17, 2024
1 parent 131cac3 commit fca400f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fca400f

Please sign in to comment.