From c04a0f4ca97be13a20ddaa069ee038d30567a6ac Mon Sep 17 00:00:00 2001 From: Leeren Chang Date: Mon, 14 Oct 2024 15:02:35 -0700 Subject: [PATCH] file glob --- .github/workflows/build-release-artifacts.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release-artifacts.yml b/.github/workflows/build-release-artifacts.yml index d04457f..7979d8e 100644 --- a/.github/workflows/build-release-artifacts.yml +++ b/.github/workflows/build-release-artifacts.yml @@ -64,7 +64,6 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.event.release.tag_name }} file: | - ./build/bin/geth-${{ matrix.platform }} - ./build/bin/geth-${{ matrix.platform }}.sha256 - file_glob: false + ./build/bin/geth-${{ matrix.platform }}* + file_glob: true