We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c5938 commit 108826eCopy full SHA for 108826e
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
run: dotnet pack --no-build --configuration ${{ matrix.configuration }} -bl:artifacts/log/pack.binlog
50
51
- name: Upload NuGet Packages
52
- if: matrix.configuration == 'release' && matrix.os == 'ubuntu-latest'
+ if: matrix.configuration == 'release' && matrix.os == 'windows-latest'
53
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
54
with:
55
name: nuget-packages-${{ matrix.os }}_${{ matrix.configuration }}
0 commit comments