Skip to content

Commit 262acc2

Browse files
committed
fix(publish): change directory
1 parent c9a0ee3 commit 262acc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
dotnet pack --include-symbols -p:PackageVersion=$TAG -c Release
3636
- name: release
3737
run: |
38+
cd Sdk
3839
dotnet nuget push ./bin/Release/Fossapps.Feature.Manager* -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)