From 28ab263247d19f65f14840ffcc52dbbfd0ddc98d Mon Sep 17 00:00:00 2001 From: Lachee Date: Wed, 23 Aug 2023 16:22:27 +1000 Subject: [PATCH] excluded tools from build action --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7caa632..0f5f737 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,7 @@ jobs: dotnet tools/UnityPackageExporter.dll \ ./ \ discord-rpc-unity.unitypackage \ + --exclude "tools" \ --exclude "Samples~" \ --exclude "Documentation~" \ --exclude ".*" \