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 26
26
- name : Build XUMM.NET.SDK
27
27
run : dotnet build -p:PackageVersion=${{steps.tag.outputs.tag}} --configuration Release ./src/XUMM.NET.SDK/XUMM.NET.SDK.csproj
28
28
- 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
30
30
- name : Publish XUMM.NET.SDK
31
31
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
32
32
- 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