From d9da546e55edffe383e7053cc2fac05b4af21954 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 3 Oct 2024 03:28:34 -0500 Subject: [PATCH] single glob expression for release files --- .github/workflows/build.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d718f2c..d722f3f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -127,9 +127,7 @@ jobs: uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: - files: | - ./*.zip - ./*.tar.gz + files: ./*.{zip,tar.gz} generate_release_notes: true fail_on_unmatched_files: true