mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	ci: Rename server release artifact
This commit is contained in:
		
							parent
							
								
									c6abbf0cf7
								
							
						
					
					
						commit
						4f6392ce14
					
				
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -86,7 +86,7 @@ jobs:
 | 
				
			|||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          mkdir -p upload
 | 
					          mkdir -p upload
 | 
				
			||||||
          file=$(find dist -name '*.tar.xz' -print -quit)
 | 
					          file=$(find dist -name '*.tar.xz' -print -quit)
 | 
				
			||||||
          cp "$file" "upload/TriliumNextNotes-${{ github.ref_name }}-linux-x64.tar.xz"
 | 
					          cp "$file" "upload/TriliumNextNotes-${{ github.ref_name }}-server-linux-x64.tar.xz"
 | 
				
			||||||
      - name: Publish release
 | 
					      - name: Publish release
 | 
				
			||||||
        uses: softprops/action-gh-release@v2
 | 
					        uses: softprops/action-gh-release@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user