From b24a30f08900762d3b064b12c2d45ed0206ef113 Mon Sep 17 00:00:00 2001 From: christian <6939810+chkr1011@users.noreply.github.com> Date: Fri, 17 May 2024 17:19:35 +0200 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58aa30835..1f01685c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,8 @@ jobs: with: name: nugets path: | - ./Source/**/*.nupkg - ./Source/**/*.snupkg + ${{ github.workspace }}/Source/**/*.nupkg + ${{ github.workspace }}/Source/**/*.snupkg test: runs-on: ubuntu-latest @@ -89,8 +89,8 @@ jobs: with: name: signed-nugets path: | - ./Source/**/*.nupkg - ./Source/**/*.snupkg + ${{ github.workspace }}/**/*.nupkg + ${{ github.workspace }}/**/*.snupkg publish: if: ${{ github.event_name == 'push' }}