fix nuget source

This commit is contained in:
2026-01-01 12:14:23 +03:00
parent 7637a01b2a
commit a32640ac12

View File

@@ -44,6 +44,7 @@ jobs:
- name: Restore dependencies
run: |
dotnet nuget add source --name Sharp8N https://code.sharp8n.com/api/packages/Sharp8N/nuget/index.json
dotnet restore
- name: Build project