Skip to content

Commit d9c5938

Browse files
authored
Windows
1 parent 8af4a07 commit d9c5938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DotNetProjectStarter/LibraryTemplateConstants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
run: dotnet pack --no-build --configuration ${{ matrix.configuration }} -bl:artifacts/log/pack.binlog
5353
5454
- name: Upload NuGet Packages
55-
if: matrix.configuration == 'release' && matrix.os == 'ubuntu-latest'
55+
if: matrix.configuration == 'release' && matrix.os == 'windows-latest'
5656
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757
with:
5858
name: nuget-packages-${{ matrix.os }}_${{ matrix.configuration }}
@@ -97,7 +97,7 @@
9797
jobs:
9898
build-and-pack:
9999
name: Build and Pack
100-
runs-on: ubuntu-latest
100+
runs-on: windows-latest
101101
102102
steps:
103103
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)