We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131cac3 commit fca400fCopy full SHA for fca400f
.github/workflows/release.yml
@@ -45,14 +45,8 @@ jobs:
45
shell: cmd
46
run: nuget source Add -Name "GitHub" -Source %GITHUB_SOURCE% -UserName %GITHUB_USERNAME% -Password %GITHUB_TOKEN%
47
- 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
51
run: dotnet pack Gameboy.Player.Cli --configuration Release --output nupkg
52
- name: Publish Nuget Package
53
54
55
56
run: nuget push nupkg\*.nupkg -Source "GitHub" --skip-duplicate
57
58
blazor:
0 commit comments