From 2b74873465cfb0eca22b32fc7545c56bbcfc8670 Mon Sep 17 00:00:00 2001 From: Jeremy Pritts <49847914+ds5678@users.noreply.github.com> Date: Sun, 8 Oct 2023 17:01:08 -0400 Subject: [PATCH] Bump NuGet versions and fix workflow names --- .github/workflows/engine_assets_tpk.yml | 2 +- .github/workflows/type_tree_tpk.yml | 2 +- Tpk/Tpk.csproj | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/engine_assets_tpk.yml b/.github/workflows/engine_assets_tpk.yml index 76aa389..1280c33 100644 --- a/.github/workflows/engine_assets_tpk.yml +++ b/.github/workflows/engine_assets_tpk.yml @@ -1,4 +1,4 @@ -name: MakeTpk +name: Engine Assets Tpk on: push: diff --git a/.github/workflows/type_tree_tpk.yml b/.github/workflows/type_tree_tpk.yml index 3e33a7c..598d720 100644 --- a/.github/workflows/type_tree_tpk.yml +++ b/.github/workflows/type_tree_tpk.yml @@ -1,4 +1,4 @@ -name: MakeTpk +name: Type Tree Tpk on: push: diff --git a/Tpk/Tpk.csproj b/Tpk/Tpk.csproj index a9ae959..9f54020 100644 --- a/Tpk/Tpk.csproj +++ b/Tpk/Tpk.csproj @@ -11,9 +11,9 @@ - + - + \ No newline at end of file