From e95fbb7279959d4fa2893051b7f3f7630e97041f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 7 Dec 2023 04:14:22 -0800 Subject: [PATCH] adjust upload globs Hopefully this will deal with all future naming changes. Signed-off-by: Dirk Hohndel --- .github/workflows/windows.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d52c038d2..9e46147f3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -67,8 +67,5 @@ jobs: body: CICD release artifact fail_on_unmatched_files: false files: | - ./subsurface-installer.exe - ./subsurface.exe - ./subsurface.exe.debug - ./smtk2ssrf-installer.exe - ./smtk2ssrf.exe + ./subsurface*.exe* + ./smtk2ssrf*.exe