mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 19:37:32 -05:00 
			
		
		
		
	Fixes for releases
This commit is contained in:
		
							parent
							
								
									09b228b6e2
								
							
						
					
					
						commit
						a5599b02f3
					
				
							
								
								
									
										5
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -65,7 +65,8 @@ jobs:
 | 
			
		||||
 | 
			
		||||
      - name: Build project
 | 
			
		||||
        run: |
 | 
			
		||||
          tar --exclude='.htaccess' -zcvf ./invoiceninja.tar ./
 | 
			
		||||
          cd ..
 | 
			
		||||
          tar --exclude='.htaccess' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar invoiceninja/
 | 
			
		||||
      - name: Release
 | 
			
		||||
        uses: softprops/action-gh-release@v1
 | 
			
		||||
        if: startsWith(github.ref, 'refs/tags/')
 | 
			
		||||
@ -75,4 +76,4 @@ jobs:
 | 
			
		||||
        uses: actions/upload-artifact@v3
 | 
			
		||||
        with:
 | 
			
		||||
          name: my-artifact
 | 
			
		||||
          path: ./invoiceninja.tar  
 | 
			
		||||
          path: /home/runner/work/invoiceninja/invoiceninja.tar
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user