From eb0a4b6b4a17b60dc540d6fc68247b318fc4ddfb Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Mon, 5 Apr 2021 00:44:35 +0300 Subject: [PATCH] use globing instead --- .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 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 }}