mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	fix name conflict
This commit is contained in:
		
							parent
							
								
									71495f3878
								
							
						
					
					
						commit
						6113990b50
					
				
							
								
								
									
										4
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							@ -71,11 +71,13 @@ jobs:
 | 
			
		||||
        with:
 | 
			
		||||
          name: TriliumNextNotes ${{ matrix.os.name }} ${{ matrix.arch }}
 | 
			
		||||
          path: upload/*.zip
 | 
			
		||||
          overwrite: true
 | 
			
		||||
      - name: Publish installer artifacts
 | 
			
		||||
        uses: actions/upload-artifact@v4
 | 
			
		||||
        with:
 | 
			
		||||
          name: TriliumNextNotes ${{ matrix.os.name }} ${{ matrix.arch }}
 | 
			
		||||
          path: upload/*.${{ matrix.os.extension }}
 | 
			
		||||
          overwrite: true
 | 
			
		||||
  build_linux_server-x64:
 | 
			
		||||
    name: Build Linux Server x86_64
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
@ -102,4 +104,4 @@ jobs:
 | 
			
		||||
        with:
 | 
			
		||||
          name: TriliumNextNotes linux server x64
 | 
			
		||||
          path: upload/TriliumNextNotes-linux-x64-${{ github.ref_name }}.tar.xz
 | 
			
		||||
          compression-level: 0
 | 
			
		||||
          overwrite: true
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user