Skip to content

Commit

Permalink
Fix NuGet spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Popax21 committed Apr 21, 2024
1 parent edb3290 commit a50b760
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-nuget.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Piton Nuget package
name: Build Piton NuGet package

on:
push:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
path: apphost

build-nugetpkg:
name: Build Nuget package
name: Build NuGet package

runs-on: ubuntu-latest
needs: [check-apphost-cache, build-apphost]
Expand Down Expand Up @@ -85,8 +85,8 @@ jobs:
path: apphost-bin
merge-multiple: true

- name: Pack Nuget package
run: dotnet pack -p:TreatWarningsAsErrors=true -p:PitonAppHostBinDir=apphost-bin --output out Piton.Nuget.proj
- name: Pack NuGet package
run: dotnet pack -p:TreatWarningsAsErrors=true -p:PitonAppHostBinDir=apphost-bin --output out Piton.NuGet.proj

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Piton.Nuget.proj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<NoWarn>NU5100;NU5128;MSB3245</NoWarn> <!-- Disable irrelevant warnings -->

<!-- Nuget metadata -->
<!-- NuGet metadata -->
<PackageId>Piton</PackageId>
<Version>1.0.0</Version>
<Authors>Popax21</Authors>
Expand Down

0 comments on commit a50b760

Please sign in to comment.