github workflows: actually include the tarballs in the release

This commit is contained in:
Johannes Altmanninger
2025-09-12 11:45:44 +02:00
parent 5e658bf4e9
commit f9dbb4d419

View File

@@ -153,8 +153,8 @@ jobs:
body_path: /tmp/artifacts/release-notes.md
draft: true
files: |
/tmp/artifacts/fish-${{ github.ref_name }}.tar.xz # source tarball
/tmp/artifacts/fish-${{ github.ref_name }}-linux-*.tar.xz # Linux packages
/tmp/artifacts/fish-${{ github.ref_name }}.tar.xz
/tmp/artifacts/fish-${{ github.ref_name }}-linux-*.tar.xz
packages-for-macos:
needs: [is-release-tag, create-draft-release]