Skip to content

Commit 108826e

Browse files
authored
Windows
1 parent d9c5938 commit 108826e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: dotnet pack --no-build --configuration ${{ matrix.configuration }} -bl:artifacts/log/pack.binlog
5050

5151
- name: Upload NuGet Packages
52-
if: matrix.configuration == 'release' && matrix.os == 'ubuntu-latest'
52+
if: matrix.configuration == 'release' && matrix.os == 'windows-latest'
5353
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5454
with:
5555
name: nuget-packages-${{ matrix.os }}_${{ matrix.configuration }}

0 commit comments

Comments
 (0)