diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c01a1f52..60e943a43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,4 +45,5 @@ jobs: with: name: ${{ steps.changelog.outputs.version }} body: ${{ steps.changelog.outputs.release-notes }} - files: sonar-delphi-plugin/target/sonar-delphi-plugin-${{ steps.changelog.outputs.version }}.jar \ No newline at end of file + files: sonar-delphi-plugin/target/sonar-delphi-plugin-${{ steps.changelog.outputs.version }}.jar + fail_on_unmatched_files: true \ No newline at end of file