From 08c8119443625c43a4428288a8dd5cc72d195ff2 Mon Sep 17 00:00:00 2001 From: Frederik Seiffert Date: Sun, 12 Sep 2021 08:45:11 +0200 Subject: [PATCH] CI: fix prerelease artifact upload --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 218792e..cf6e953 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,7 @@ jobs: uses: actions/upload-artifact@v2 with: path: GNUstep-Windows-MSVC-${{matrix.arch}}.zip + name: GNUstep-Windows-MSVC-${{matrix.arch}} prerelease: needs: build @@ -75,4 +76,4 @@ jobs: automatic_release_tag: latest prerelease: true title: "Latest Build" - files: GNUstep-Windows-MSVC-*.tar.xz + files: "**/GNUstep-Windows-MSVC-*.zip"