From 176360fc0f8824a189e6b7a9606d0304f2667d96 Mon Sep 17 00:00:00 2001 From: Wunkolo Date: Mon, 8 May 2023 09:25:17 -0700 Subject: [PATCH] Fix automated release artifacts --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8c3f6c..a939f68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,4 +69,4 @@ jobs: automatic_release_tag: "latest" prerelease: false title: "Latest Build" - files: ${{steps.download.outputs.download-path}}/* + files: ${{steps.download.outputs.download-path}}/**/*.zip