From 75e2068fda5e38de4bfce2a7434fe523d999d9d1 Mon Sep 17 00:00:00 2001 From: Adrian Ochmann Date: Thu, 25 Feb 2021 13:50:09 +0100 Subject: [PATCH] fix: fixed pack location --- .github/workflows/release-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index 6a5c917..cf35dde 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -71,7 +71,7 @@ jobs: - name: Pack all nuspec files shell: bash run: | - for nuspecFile in ./Source/**/*.nuspec + for nuspecFile in ./${{NUGET_OUTPUT}}/**/*.nuspec do nuget pack $nuspecFile \ -Version ${{ env.VERSION }} \