mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: upload all assests under build
This commit is contained in:
		
							parent
							
								
									51c4fac88e
								
							
						
					
					
						commit
						09cb972a01
					
				@ -30,5 +30,5 @@ jobs:
 | 
				
			|||||||
      run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
 | 
					      run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
 | 
				
			||||||
    - name: Deploy static assets to S3
 | 
					    - name: Deploy static assets to S3
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        aws s3 cp build/static s3://getunleash-static/unleash/${{ steps.get_version.outputs.VERSION }}/static --recursive
 | 
					        aws s3 cp build/ s3://getunleash-static/unleash/${{ steps.get_version.outputs.VERSION }} --recursive
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user