From f1f80c812aacdc0b49df813c486877f8b887bda7 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8c3f6c..07cb1b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/upload-artifact@v3 with: - name: SaiThumbs-${{matrix.arch}} + name: SaiThumbs-${{matrix.arch}}.zip path: | SaiThumbs-${{matrix.arch}}.zip @@ -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