2 Commits

Author SHA1 Message Date
ecec7dca3e Update s8n-runtime/s8n-runtime.csproj
Some checks failed
publish-nuget / checkout-code (push) Successful in 5s
publish-nuget / build-and-publish (push) Failing after 15s
2025-12-31 10:58:53 +00:00
87d32260d4 Update .gitea/workflows/publish-nuget.yml
Some checks failed
publish-nuget / checkout-code (push) Successful in 17s
publish-nuget / build-and-publish (push) Failing after 45s
2025-12-31 10:35:40 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ jobs:
build-and-publish: build-and-publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: mcr.microsoft.com/dotnet/sdk:10.0 image: vaibhavgawali/dotnet-node-python-openjdk:latest
needs: checkout-code needs: checkout-code
steps: steps:
- name: Download source code - name: Download source code

View File

@@ -9,6 +9,7 @@
<!-- Package properties below --> <!-- Package properties below -->
<IsPackable>true</IsPackable>
<PackageId>Sharp8N.Runtime</PackageId> <PackageId>Sharp8N.Runtime</PackageId>
<Version>1.0.0</Version> <Version>1.0.0</Version>
<Authors>Vitalick S</Authors> <Authors>Vitalick S</Authors>