From ae2f6e845ed4260a66055c32c6edd6622456c65c Mon Sep 17 00:00:00 2001 From: LuckShiba Date: Fri, 17 May 2024 22:59:39 -0300 Subject: [PATCH 1/2] update: enable GeneratePackageOnBuild --- PuppeteerExtraSharp/PuppeteerExtraSharp.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/PuppeteerExtraSharp/PuppeteerExtraSharp.csproj b/PuppeteerExtraSharp/PuppeteerExtraSharp.csproj index 631c63b..da44bec 100644 --- a/PuppeteerExtraSharp/PuppeteerExtraSharp.csproj +++ b/PuppeteerExtraSharp/PuppeteerExtraSharp.csproj @@ -15,6 +15,7 @@ A fork of PuppeterExtraSharp to support the newest version of PuppeteerSharp. PuppeteerExtraSharp is a .NET port of the Node.js library, providing useful extensions for Puppeteer. TakasakiStudio, Overmiind TakasakiStudio, PuppeteerExtraSharp + true From f48cec97d969f5ba5e01b79b525211317008898f Mon Sep 17 00:00:00 2001 From: Gabriel-Paulucci Date: Fri, 17 May 2024 23:01:42 -0300 Subject: [PATCH 2/2] Fix: publish path --- .github/workflows/dotnet8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet8.yml b/.github/workflows/dotnet8.yml index d2ac3ca..f3edbe6 100644 --- a/.github/workflows/dotnet8.yml +++ b/.github/workflows/dotnet8.yml @@ -47,4 +47,4 @@ jobs: - name: Build run: dotnet build --no-restore -c Release - name: Publish TakasakiStudio.PuppeteerExtraSharp to Nuget - run: dotnet nuget push "./PuppeteerExtraSharp/bin/Release/*.nupkg" --api-key ${{ secrets.SECRET }} --source "nuget.org" \ No newline at end of file + run: dotnet nuget push "./bin/Release/*.nupkg" --api-key ${{ secrets.SECRET }} --source "nuget.org" \ No newline at end of file