Skip to content

Commit

Permalink
Add fail on unmatched files.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Nov 22, 2022
1 parent 981758d commit 7c2a89f
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 @@ -22,4 +22,5 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
files: .\metacall-tarball-win-x64.zip
files: metacall-tarball-win-x64.zip
fail_on_unmatched_files: true

0 comments on commit 7c2a89f

Please sign in to comment.