From d41052717f2f4b6409b8d0e281dec022b0b7cc66 Mon Sep 17 00:00:00 2001 From: Butterscotch! Date: Mon, 5 Aug 2024 21:32:06 -0400 Subject: [PATCH] Try to exclude CLI from GUI properly --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9ef7323..16ce448 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -65,5 +65,5 @@ jobs: # A file, directory or wildcard pattern that describes what to upload path: | builds/gui-${{ matrix.os.cs }}/ - !SlimeVR-OTA - !SlimeVR-OTA.* + !builds/gui-${{ matrix.os.cs }}/SlimeVR-OTA + !builds/gui-${{ matrix.os.cs }}/SlimeVR-OTA.*