mirror of
				https://github.com/kewlfft/ansible-aur.git
				synced 2025-11-04 10:02:30 +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
 | 
					      - name: Publish collection
 | 
				
			||||||
        run: |
 | 
					        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" \
 | 
					          ansible-galaxy collection publish "$tarball" \
 | 
				
			||||||
            --api-key "${{ secrets.ANSIBLE_GALAXY_API_KEY }}"
 | 
					            --api-key "${{ secrets.ANSIBLE_GALAXY_API_KEY }}"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user