Skip to content

Commit

Permalink
Use proper glob.
Browse files Browse the repository at this point in the history
  • Loading branch information
adewes committed Jun 25, 2021
1 parent 69c019b commit 37d1399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
/tmp/go/bin/**/*
/tmp/go/bin/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 37d1399

Please sign in to comment.