From d72e59fd85471d80336765716829dc2836e06acf Mon Sep 17 00:00:00 2001 From: Simon Novak Date: Mon, 13 May 2024 20:58:16 +0200 Subject: [PATCH] fix(#9): fixed glob, allow artifact per action --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07c14e5..97d3095 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,8 +52,8 @@ jobs: name: nuget if-no-files-found: error retention-days: 7 - path: pack/*.(s?)nupkg - if: ${{ github.event_name == 'release' && github.ref_type == 'tag' || github.event.release.tag_name }} + path: pack/*.nupkg + # if: ${{ github.event_name == 'release' && github.ref_type == 'tag' || github.event.release.tag_name }} - name: Publish .NET Solution to NuGet.org continue-on-error: true