Skip to content

Commit

Permalink
Merge pull request #3 from Takasaki-Studio/build
Browse files Browse the repository at this point in the history
update: enable GeneratePackageOnBuild
  • Loading branch information
Takasakiii authored May 18, 2024
2 parents b1f755e + f48cec9 commit 820aac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
run: dotnet nuget push "./bin/Release/*.nupkg" --api-key ${{ secrets.SECRET }} --source "nuget.org"
1 change: 1 addition & 0 deletions PuppeteerExtraSharp/PuppeteerExtraSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<Description>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.</Description>
<Copyright>TakasakiStudio, Overmiind</Copyright>
<Authors>TakasakiStudio, PuppeteerExtraSharp</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 820aac6

Please sign in to comment.