diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d8eb198..8f0dbd19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,8 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - files: ahriman-$VERSION-src.tar.xz + files: ahriman-*-src.tar.xz + fail_on_unmatched_files: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VERSION: ${{ steps.version.outputs.VERSION }}