Skip to content

Commit

Permalink
Alter glob in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Dec 19, 2020
1 parent c293cd3 commit 1e41aab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
files: release/*
fail_on_unmatched_files: true
files: release/*.*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1e41aab

Please sign in to comment.