From 35fc745259e998a7ad24630cda0ec7deeef9818c Mon Sep 17 00:00:00 2001 From: Xilophor Date: Mon, 8 Apr 2024 18:10:29 -0400 Subject: [PATCH] Fix Thunderstore Workflow & NuGet License --- .github/workflows/publish.yml | 2 +- MyceliumNetworkingForCW/MyceliumNetworkingForCW.csproj | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 53ea669..7d81f4d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -114,4 +114,4 @@ jobs: env: TCLI_AUTH_TOKEN: ${{ secrets.THUNDERSTORE_API_TOKEN }} run: | - dotnet tcli publish --config-path MyceliumNetworking/ts-assets/thunderstore.toml --file MyceliumNetworking/dist/*.zip + dotnet tcli publish --config-path ./MyceliumNetworkingForCW/ts-assets/thunderstore.toml --file ./MyceliumNetworkingForCW/dist/*.zip diff --git a/MyceliumNetworkingForCW/MyceliumNetworkingForCW.csproj b/MyceliumNetworkingForCW/MyceliumNetworkingForCW.csproj index 5cfbb3d..78589c2 100644 --- a/MyceliumNetworkingForCW/MyceliumNetworkingForCW.csproj +++ b/MyceliumNetworkingForCW/MyceliumNetworkingForCW.csproj @@ -15,7 +15,7 @@ icon_128x128.png README.md - CC-BY-NC-SA-4.0 + LICENSE.txt https://thunderstore.io/c/content-warning/p/RugbugRedfern/MyceliumNetworking/ https://github.com/RugbugRedfern/Mycelium-Networking-For-Content-Warning @@ -77,6 +77,7 @@ +