From a3dee6d3e981c965c50f66a4fce2b9a1dacbb922 Mon Sep 17 00:00:00 2001 From: Timothy Schenk Date: Thu, 8 Feb 2024 13:45:41 +0100 Subject: [PATCH] chore: potential fix for empty nupkg --- .gitea/workflows/release.yaml | 2 +- Rai.PacketMediator.csproj | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index d7e90e5..382c637 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -49,7 +49,7 @@ jobs: echo "VERSION=$VERSION" >> $GITHUB_ENV shell: bash - name: Pack nugets - run: dotnet build -p:PackageVersion=${{env.VERSION}} -c Release --output . + run: dotnet build -p:PackageVersion=${{env.VERSION}} --output . - name: Push to NuGet run: | dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://forge.rainote.dev/api/packages/rainote/nuget/index.json diff --git a/Rai.PacketMediator.csproj b/Rai.PacketMediator.csproj index d8a4e2a..b47c376 100644 --- a/Rai.PacketMediator.csproj +++ b/Rai.PacketMediator.csproj @@ -6,6 +6,10 @@ enable True $(PackageVersion) + https://forge.rainote.dev/rainote/PacketMediator + https://forge.rainote.dev/rainote/PacketMediator/src/branch/main/LICENSE + https://forge.rainote.dev/rainote/PacketMediator + GIT