mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 14:27:23 +01:00 
			
		
		
		
	CI: Fix upload x64 linux
This commit is contained in:
		
							parent
							
								
									1e5393a9e1
								
							
						
					
					
						commit
						b092aef74d
					
				@ -259,7 +259,7 @@ upload-web:
 | 
			
		||||
upload-linux-x86:
 | 
			
		||||
  extends: .release
 | 
			
		||||
  script:
 | 
			
		||||
    - tar czf package.tar.gz -C build/linux/release/bundle/ .
 | 
			
		||||
    - tar czf package.tar.gz -C build/linux/x64/release/bundle/ .
 | 
			
		||||
    - |
 | 
			
		||||
      curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.tar.gz ${PACKAGE_REGISTRY_URL}/fluffychat-linux-x86.tar.gz
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user