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 }}"