Skip to content

Commit

Permalink
Add Zlib to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Dec 28, 2024
1 parent 402ef16 commit 0a759de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
dotnet build Src/GBX.NET.Tool -c Release --no-restore /p:ContinuousIntegrationBuild=true --version-suffix nightly.$(date +'%Y%m%d').${git_hash::7}
dotnet build Src/GBX.NET.Tool.CLI -c Release --no-restore /p:ContinuousIntegrationBuild=true --version-suffix nightly.$(date +'%Y%m%d').${git_hash::7}
dotnet build Src/GBX.NET.PAK -c Release --no-restore /p:ContinuousIntegrationBuild=true --version-suffix nightly.$(date +'%Y%m%d').${git_hash::7}
dotnet build Src/GBX.NET.ZLib -c Release --no-restore /p:ContinuousIntegrationBuild=true --version-suffix nightly.$(date +'%Y%m%d').${git_hash::7}
- name: Publish nightly GBX.NET nupkg to nuget.gbx.tools
run: dotnet nuget push Src/GBX.NET/bin/Release/*.nupkg -k ${{ secrets.NUGET_GBXTOOLS_API_KEY }} -s https://nuget.gbx.tools/v3/index.json --skip-duplicate
Expand All @@ -51,3 +52,6 @@ jobs:

- name: Publish nightly GBX.NET.PAK nupkg to nuget.gbx.tools
run: dotnet nuget push Src/GBX.NET.PAK/bin/Release/*.nupkg -k ${{ secrets.NUGET_GBXTOOLS_API_KEY }} -s https://nuget.gbx.tools/v3/index.json --skip-duplicate

- name: Publish nightly GBX.NET.ZLib nupkg to nuget.gbx.tools
run: dotnet nuget push Src/GBX.NET.ZLib/bin/Release/*.nupkg -k ${{ secrets.NUGET_GBXTOOLS_API_KEY }} -s https://nuget.gbx.tools/v3/index.json --skip-duplicate
2 changes: 1 addition & 1 deletion Src/GBX.NET.ZLib/GBX.NET.ZLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>GBX.NET.ZLib</PackageId>
<Version>1.1.0</Version>
<VersionPrefix>1.1.1</VersionPrefix>
<Authors>BigBang1112</Authors>
<Description>Support for zlib compressed parts of Gbx, integrated with GBX.NET. This official implementation uses Iconic.Zlib.Netstandard.</Description>
<Copyright>Copyright (c) 2024 Petr Pivoňka</Copyright>
Expand Down

0 comments on commit 0a759de

Please sign in to comment.