mirror of
				https://github.com/hydralauncher/hydra.git
				synced 2025-03-09 15:40:26 +00:00 
			
		
		
		
	ci: adding list of filenames
This commit is contained in:
		
							parent
							
								
									d034da97d2
								
							
						
					
					
						commit
						551e3794cf
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		
							
								
								
									
										12
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -28,12 +28,6 @@ jobs:
 | 
			
		|||
          aws configure set aws_secret_access_key "$R2_SECRET_ACCESS_KEY"
 | 
			
		||||
          aws configure set default.region us-east-1
 | 
			
		||||
 | 
			
		||||
      - name: Push build to R2
 | 
			
		||||
        env:
 | 
			
		||||
          S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
 | 
			
		||||
        run: |
 | 
			
		||||
          aws s3 cp ./docs s3://${{ vars.BUILDS_BUCKET_NAME }}/$GITHUB_SHA --recursive --exclude "*" --include "*.png" --include ".deb" --endpoint-url $S3_ENDPOINT --expires "$(date -d "7 days" --utc +'%Y-%m-%dT%H:%M:%SZ')"
 | 
			
		||||
 | 
			
		||||
      - name: Install dependencies
 | 
			
		||||
        run: yarn
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -87,3 +81,9 @@ jobs:
 | 
			
		|||
            dist/*.yml
 | 
			
		||||
            dist/*.blockmap
 | 
			
		||||
            dist/*.pacman
 | 
			
		||||
 | 
			
		||||
      - name: Push build to R2
 | 
			
		||||
        env:
 | 
			
		||||
          S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
 | 
			
		||||
        run: |
 | 
			
		||||
          aws s3 cp ./dist s3://${{ vars.BUILDS_BUCKET_NAME }}/$GITHUB_SHA --recursive --exclude "*" --include "*-portable.exe" --include ".deb" --endpoint-url $S3_ENDPOINT --expires "$(date -d "7 days" --utc +'%Y-%m-%dT%H:%M:%SZ')"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue