Skip to content

Commit

Permalink
file glob
Browse files Browse the repository at this point in the history
  • Loading branch information
leeren committed Oct 14, 2024
1 parent e3808f0 commit c04a0f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c04a0f4

Please sign in to comment.