Skip to content

Commit e0cdc80

Browse files
committed
postpone packing
1 parent a1b3a2b commit e0cdc80

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,16 +180,6 @@ jobs:
180180
path: ${{ env.PUBLISH_PATH }}/${{ matrix.configuration }}/net10.0
181181
if-no-files-found: error
182182

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-
193183
- name: Test
194184
if: ${{ !matrix.coverage }}
195185
run: >

0 commit comments

Comments
 (0)