Skip to content

Commit

Permalink
Bump NuGet versions and fix workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
ds5678 committed Oct 8, 2023
1 parent 33c3065 commit 2b74873
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/engine_assets_tpk.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MakeTpk
name: Engine Assets Tpk

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type_tree_tpk.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MakeTpk
name: Type Tree Tpk

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions Tpk/Tpk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AssetRipper.Primitives" Version="2.0.0" />
<PackageReference Include="AssetRipper.Primitives" Version="2.0.1" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.6" />
<PackageReference Include="SharpCompress" Version="0.33.0" />
<PackageReference Include="SharpCompress" Version="0.34.1" />
</ItemGroup>

</Project>

0 comments on commit 2b74873

Please sign in to comment.