Skip to content

Commit ef4c4da

Browse files
committed
Update publish.yml
Adding debug
1 parent d9c5a65 commit ef4c4da

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ jobs:
4646
run: dotnet build --no-restore --configuration Release
4747

4848
- name: Pack NuGet package
49-
run: |
50-
cd src
51-
dotnet pack --configuration Release --no-build
49+
run: dotnet pack src/Orbyss.Blazor.JsonForms.csproj --configuration Release --no-build
50+
51+
- name: Debug => List .nupkg files
52+
run: ls -R src/bin/Release
5253

5354
- name: Push to NuGet.org
54-
run: dotnet nuget push src/bin/Release/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
55+
run: dotnet nuget push src/bin/Release/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)