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