From f9dbb4d419dbe343ff8956b5a3e14d1f3a6fe8b5 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Fri, 12 Sep 2025 11:45:44 +0200 Subject: [PATCH] github workflows: actually include the tarballs in the release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aef631d12..2d3b1f34f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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]