From 980140c2873797ca45dcdf1534ae1c89a7592876 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 6 Aug 2026 22:12:48 -0500 Subject: [PATCH] Include prefix for artifacts --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f64608..d662c5b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,4 +42,5 @@ jobs: with: tag_name: ${{ steps.date.outputs.DATE }} files: |- - "*.tar.xz" + "x86/*.tar.xz" + "ucrt/*.tar.xz"