mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-09-17 00:20:38 +03:00
Update galaxy.yml
finds tarball
This commit is contained in:
3
.github/workflows/galaxy.yml
vendored
3
.github/workflows/galaxy.yml
vendored
@@ -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 }}"
|
||||
|
Reference in New Issue
Block a user