Skip to content

Commit

Permalink
fix(publish): change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhck committed Jul 11, 2020
1 parent c9a0ee3 commit 262acc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
dotnet pack --include-symbols -p:PackageVersion=$TAG -c Release
- name: release
run: |
cd Sdk
dotnet nuget push ./bin/Release/Fossapps.Feature.Manager* -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json

0 comments on commit 262acc2

Please sign in to comment.