From 1e41aabe7de319fd84e65d1c16065266971d7a8b Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Sat, 19 Dec 2020 20:37:42 +0000 Subject: [PATCH] Alter glob in release action --- .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 316ea63..39d8cf1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} \ No newline at end of file