Skip to content

Commit

Permalink
fix: fixed pack location
Browse files Browse the repository at this point in the history
  • Loading branch information
aochmann committed Feb 25, 2021
1 parent 651cfc2 commit 75e2068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} \
Expand Down

0 comments on commit 75e2068

Please sign in to comment.