Skip to content

Commit

Permalink
Remove symbols.nupkg rm command from release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nesterenko-kv committed Mar 25, 2023
1 parent a858cf7 commit fb081d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
- name: Push to NuGet
shell: bash
run: |
rm ./artifacts/*.symbols.nupkg
PATH_TO_PACKAGE=$(readlink -f ./artifacts/*.nupkg)
dotnet nuget push "$PATH_TO_PACKAGE" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
Expand Down

0 comments on commit fb081d8

Please sign in to comment.