Skip to content

Commit 3c59e2d

Browse files
committed
chore: sync from monorepo
1 parent a52a282 commit 3c59e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-dotnet@v4
1313
with:
1414
dotnet-version: '8.0.x'
15-
- run: dotnet pack src --configuration Release --output out
15+
- run: dotnet pack uapi-sdk-csharp.csproj --configuration Release --output out
1616
- name: Publish to NuGet
1717
run: dotnet nuget push out/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
1818
- uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)