From 02aab6c9129072d97a084f23a276d63f176e13b3 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Fri, 20 Dec 2024 02:38:47 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8af79cb..b8e0fe57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,12 @@ jobs: with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} + # - name: Upload artifacts + # if: always() + # uses: actions/upload-artifact@v2 + # with: + # name: Parse NuGet Package + # path: '**/*.nupkg' concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true