We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3444243 commit 857915cCopy full SHA for 857915c
1 file changed
.github/workflows/release.yml
@@ -79,8 +79,8 @@ jobs:
79
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
80
with:
81
dotnet-version: |
82
+ 10.0.x
83
9.0.x
- 8.0.x
84
85
- name: Pack
86
run: dotnet pack
@@ -140,11 +140,6 @@ jobs:
140
steps:
141
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
142
143
- - name: Setup .NET
144
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
145
- with:
146
- dotnet-version: 9.0.x
147
-
148
- name: Download build artifacts
149
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
150
0 commit comments