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