Skip to content

Commit

Permalink
Merge pull request #119 from leancodepl/fix-4.2/double-unzip
Browse files Browse the repository at this point in the history
Remove 2nd unzip before nuget publish
  • Loading branch information
lukaszgarstecki authored Sep 18, 2020
2 parents cdb0df0 + 8d63f94 commit 32bc225
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/core_build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ jobs:
- name: Push to NuGet
if: ${{ needs.prepare.outputs.publish_nuget == '1' }}
run: |
unzip "$ZIP"
find -name '*.nupkg' -exec dotnet nuget push -k "$NUGET_API_KEY" -s 'https://api.nuget.org/v3/index.json' -n true '{}' ';'
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
Expand Down

0 comments on commit 32bc225

Please sign in to comment.