We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b3a2b commit e0cdc80Copy full SHA for e0cdc80
1 file changed
.github/workflows/ci.yml
@@ -180,16 +180,6 @@ jobs:
180
path: ${{ env.PUBLISH_PATH }}/${{ matrix.configuration }}/net10.0
181
if-no-files-found: error
182
183
- - name: Upload nugets
184
- uses: actions/upload-artifact@v4
185
- if: ${{ matrix.publish }}
186
- with:
187
- name: nuget-packages
188
- include-hidden-files: true
189
- if-no-files-found: error
190
- path: |
191
- ${{ env.NUPKG_PATH }}/*.nupkg
192
-
193
- name: Test
194
if: ${{ !matrix.coverage }}
195
run: >
0 commit comments