From 984cb9fde12d69b1e663fb0a90489181875bdfb0 Mon Sep 17 00:00:00 2001 From: kewl <21009980+kewlfft@users.noreply.github.com> Date: Fri, 22 Aug 2025 20:47:01 +0100 Subject: [PATCH] Update galaxy.yml finds tarball --- .github/workflows/galaxy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 29d49d0..c132d58 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -36,6 +36,7 @@ jobs: - name: Publish collection run: | - tarball="kewlfft-aur-${{ steps.version.outputs.version }}.tar.gz" + tarball=$(ls kewlfft-aur-*.tar.gz | head -n1) + echo "📦 Publishing $tarball ..." ansible-galaxy collection publish "$tarball" \ --api-key "${{ secrets.ANSIBLE_GALAXY_API_KEY }}"