From b067c25a0bba65186e490be8dbf801ab4e72ccbc Mon Sep 17 00:00:00 2001 From: John Lindal Date: Tue, 17 Oct 2023 08:22:36 -0700 Subject: [PATCH] include fedora rpm in release --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc7f1d318..ba8cf88d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -245,7 +245,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: jx-application-framework_* + file: jx-application-framework* tag: ${{ github.ref }} file_glob: true