Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnkz committed Jan 9, 2024
1 parent 9e117fc commit a62c68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Test
run: dotnet test --no-build --configuration ${{matrix.configuration}} --verbosity normal src/ManagedObjectSize.Tests/ManagedObjectSize.Tests.csproj
- if: ${{ matrix.dotnet-version == '8.0.x' && matrix.configuration == 'Release' }}
run: cmd /c "dir /s src/ManagedObjectSize"
run: cmd /c "dir /s .\src\ManagedObjectSize"
- if: ${{ matrix.dotnet-version == '8.0.x' && matrix.configuration == 'Release' }}
name: Publish ManagedObjectSize
run: dotnet nuget push src/ManagedObjectSize/bin/${{matrix.configuration}}/*.nupkg -k ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols
Expand Down

0 comments on commit a62c68e

Please sign in to comment.