From 7c2a89f05b3eeedd921e5009c2001d4f814ca273 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Tue, 22 Nov 2022 17:22:51 +0100 Subject: [PATCH] Add fail on unmatched files. --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c789f67..c047863 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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