We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c5a65 commit ef4c4daCopy full SHA for ef4c4da
1 file changed
.github/workflows/publish.yml
@@ -46,9 +46,10 @@ jobs:
46
run: dotnet build --no-restore --configuration Release
47
48
- name: Pack NuGet package
49
- run: |
50
- cd src
51
- dotnet pack --configuration Release --no-build
+ run: dotnet pack src/Orbyss.Blazor.JsonForms.csproj --configuration Release --no-build
+
+ - name: Debug => List .nupkg files
52
+ run: ls -R src/bin/Release
53
54
- name: Push to NuGet.org
- 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