From 6884c258485d9c668cee8265b187fcbdf3bb8240 Mon Sep 17 00:00:00 2001 From: Cody Allen Date: Thu, 7 Jul 2022 08:27:26 -0400 Subject: [PATCH] Attempt to include Windows artifact in dev build --- .github/workflows/pre-release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pre-release.yaml b/.github/workflows/pre-release.yaml index 3310e2fbe1..d77644683b 100644 --- a/.github/workflows/pre-release.yaml +++ b/.github/workflows/pre-release.yaml @@ -135,4 +135,6 @@ jobs: automatic_release_tag: "latest" prerelease: true title: "Development Build" - files: /tmp/ucm/**/*.tar.gz + files: | + /tmp/ucm/**/*.tar.gz + /tmp/ucm/**/*.zip