From 046cf9aa480c986425028dac93e0a1db362ce0ca Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 11 Jul 2023 17:43:01 -0300 Subject: [PATCH] aupdate glob to look recursively for artifacts --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5eef93be8ca..ecb9f38b8fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,9 +259,9 @@ jobs: name: GitHub Desktop for Linux ${{ env.RELEASE_TAG_WITHOUT_PREFIX }} body_path: script/release_notes.txt files: | - artifacts/*.AppImage - artifacts/*.deb - artifacts/*.rpm + artifacts/**/*.AppImage + artifacts/**/*.deb + artifacts/**/*.rpm draft: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}