mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 04:51:31 +08:00 
			
		
		
		
	chore(nx/server): fix upload path
This commit is contained in:
		
							parent
							
								
									0784a71d79
								
							
						
					
					
						commit
						bf98d92c23
					
				
							
								
								
									
										2
									
								
								.github/actions/build-server/action.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/actions/build-server/action.yml
									
									
									
									
										vendored
									
									
								
							| @ -28,6 +28,6 @@ runs: | ||||
|     shell: bash | ||||
|     run: | | ||||
|       mkdir -p upload | ||||
|       file=$(find ./apps/server/dist -name '*.tar.xz' -print -quit) | ||||
|       file=$(find ./apps/server/out -name '*.tar.xz' -print -quit) | ||||
|       name=${{ github.ref_name }} | ||||
|       cp "$file" "upload/TriliumNextNotes-Server-${name//\//-}-${{ inputs.os }}-${{ inputs.arch }}.tar.xz" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran