Skip to content

Commit

Permalink
reverted for path
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuchardt88 committed Jul 1, 2024
1 parent 7fe13db commit ef25230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
run: |
dotnet pack ./neo.sln \
--configuration Release \
--output ./bin/packages \
--output ./sbin \
--verbosity normal \
-p:VersionPrefix=${{ env.APP_VERSION }}
- name: Publish to NuGet.org
run: |
dotnet nuget push ./bin/packages/*.nupkg \
dotnet nuget push ./sbin/*.nupkg \
--source https://api.nuget.org/v3/index.json \
--api-key ${{ secrets.NUGET_TOKEN }} \
--skip-duplicate

0 comments on commit ef25230

Please sign in to comment.