From f742289d29c0b3e91f3098d4540af8aacfda737e Mon Sep 17 00:00:00 2001 From: Kai Kramer Date: Tue, 25 Jan 2022 23:58:02 +0100 Subject: [PATCH] Fixed sub-folders being used for some artifacts --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56732b502..8e6e9e653 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,6 +56,12 @@ jobs: name: windows-artifacts path: | kse/build/launcher/kse.exe + - name: Store artifacts for release + uses: actions/upload-artifact@v2 + with: + # use second step with same artifact name in order to avoid sub-folders + name: windows-artifacts + path: | kse/build/distributions/kse-*.zip kse/build/distributions/kse-*-setup-no-jre.exe