File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 - name : Build XUMM.NET.SDK
2727 run : dotnet build -p:PackageVersion=${{steps.tag.outputs.tag}} --configuration Release ./src/XUMM.NET.SDK/XUMM.NET.SDK.csproj
2828 - name : Build XUMM.NET.SDK.Webhooks
29- run : dotnet build -p:PackageVersion=${{steps.tag.outputs.tag}} --configuration Release ./src/XUMM.NET.SDK/XUMM.NET.SDK.Webhooks.csproj
29+ run : dotnet build -p:PackageVersion=${{steps.tag.outputs.tag}} --configuration Release ./src/XUMM.NET.SDK.Webhooks /XUMM.NET.SDK.Webhooks.csproj
3030 - name : Publish XUMM.NET.SDK
3131 run : dotnet nuget push .\src\XUMM.NET.SDK\bin\Release\*.nupkg -k ${{ secrets.NUGET_APIKEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
3232 - name : Publish XUMM.NET.SDK.Webhooks
33- run : dotnet nuget push .\src\XUMM.NET.SDK.Webhooks\bin\Release\*.nupkg -k ${{ secrets.NUGET_APIKEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
33+ run : dotnet nuget push .\src\XUMM.NET.SDK.Webhooks\bin\Release\*.nupkg -k ${{ secrets.NUGET_APIKEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
You can’t perform that action at this time.
0 commit comments