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