diff --git a/.github/workflows/build_db.yml b/.github/workflows/build_db.yml index 4ca7d91..623d559 100644 --- a/.github/workflows/build_db.yml +++ b/.github/workflows/build_db.yml @@ -34,4 +34,6 @@ jobs: uses: softprops/action-gh-release@v1 with: name: ${{ needs.build_db.outputs.dbname }} - files: '*.db' \ No newline at end of file + tag_name: ${{ needs.build_db.outputs.dbname }} + files: '*.db' + fail_on_unmatched_files: true \ No newline at end of file