We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52a282 commit 3c59e2dCopy full SHA for 3c59e2d
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/setup-dotnet@v4
13
with:
14
dotnet-version: '8.0.x'
15
- - run: dotnet pack src --configuration Release --output out
+ - run: dotnet pack uapi-sdk-csharp.csproj --configuration Release --output out
16
- name: Publish to NuGet
17
run: dotnet nuget push out/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
18
- uses: softprops/action-gh-release@v2
0 commit comments