chore: softprops/action-gh-release wants newline-delimited globs of paths

This commit is contained in:
2025-11-02 14:10:51 +01:00
parent 0114f46907
commit e328a6a103

View File

@@ -89,5 +89,7 @@ jobs:
- name: Create Gitea Release - name: Create Gitea Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
with: 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 body_path: /tmp/release_notes.md