mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	fix release upload maybe?
This commit is contained in:
		
							parent
							
								
									496ad03901
								
							
						
					
					
						commit
						6bb07a6c97
					
				@ -233,8 +233,10 @@ upload-linux-arm64:
 | 
			
		||||
 | 
			
		||||
upload-windows:
 | 
			
		||||
  extends: .release
 | 
			
		||||
  image: alpine:latest
 | 
			
		||||
  script:
 | 
			
		||||
    - pushd build/windows/runner/Release; zip -r ../../../../package.zip  . ; popd
 | 
			
		||||
    - apk add --no-cache curl zip
 | 
			
		||||
    - cd build/windows/runner/Release; zip -r ../../../../package.zip  . ; cd -
 | 
			
		||||
    - |
 | 
			
		||||
      curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file package.zip ${PACKAGE_REGISTRY_URL}/fluffychat-windows.zip
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user