From e328a6a103d0cb7d7a49c202966038cb362b104e Mon Sep 17 00:00:00 2001 From: Leo Galambos Date: Sun, 2 Nov 2025 14:10:51 +0100 Subject: [PATCH] chore: softprops/action-gh-release wants newline-delimited globs of paths --- .gitea/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 4195e75..cd0ebe5 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -89,5 +89,7 @@ jobs: - name: Create Gitea Release uses: softprops/action-gh-release@v2 with: - files: app/build/distributions/*.tar app/build/distributions/*.zip + files: | + app/build/distributions/*.tar + app/build/distributions/*.zip body_path: /tmp/release_notes.md