Skip to content

Commit 02aab6c

Browse files
committed
Update ci.yml
1 parent a752a41 commit 02aab6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
with:
4848
fail_ci_if_error: true
4949
token: ${{ secrets.CODECOV_TOKEN }}
50+
# - name: Upload artifacts
51+
# if: always()
52+
# uses: actions/upload-artifact@v2
53+
# with:
54+
# name: Parse NuGet Package
55+
# path: '**/*.nupkg'
5056
concurrency:
5157
group: ${{ github.workflow }}-${{ github.ref }}
5258
cancel-in-progress: true

0 commit comments

Comments
 (0)