mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 19:19:03 +01:00 
			
		
		
		
	ci: Fix name conflict in artifacts
This commit is contained in:
		
							parent
							
								
									395cf59e59
								
							
						
					
					
						commit
						2752f30f21
					
				
							
								
								
									
										7
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							| @ -69,15 +69,13 @@ jobs: | |||||||
|       - name: Publish artifacts |       - name: Publish artifacts | ||||||
|         uses: actions/upload-artifact@v4 |         uses: actions/upload-artifact@v4 | ||||||
|         with: |         with: | ||||||
|           name: TriliumNextNotes ${{ matrix.os.name }} ${{ matrix.arch }} |           name: TriliumNextNotes ${{ matrix.os.name }} ${{ matrix.arch }}.zip | ||||||
|           path: upload/*.zip |           path: upload/*.zip | ||||||
|           overwrite: true |  | ||||||
|       - name: Publish installer artifacts |       - name: Publish installer artifacts | ||||||
|         uses: actions/upload-artifact@v4 |         uses: actions/upload-artifact@v4 | ||||||
|         with: |         with: | ||||||
|           name: TriliumNextNotes ${{ matrix.os.name }} ${{ matrix.arch }} |           name: TriliumNextNotes ${{ matrix.os.name }} ${{ matrix.arch }}.${{matrix.os.extension}} | ||||||
|           path: upload/*.${{ matrix.os.extension }} |           path: upload/*.${{ matrix.os.extension }} | ||||||
|           overwrite: true |  | ||||||
|   build_linux_server-x64: |   build_linux_server-x64: | ||||||
|     name: Build Linux Server x86_64 |     name: Build Linux Server x86_64 | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
| @ -104,4 +102,3 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           name: TriliumNextNotes linux server x64 |           name: TriliumNextNotes linux server x64 | ||||||
|           path: upload/TriliumNextNotes-linux-x64-${{ github.ref_name }}.tar.xz |           path: upload/TriliumNextNotes-linux-x64-${{ github.ref_name }}.tar.xz | ||||||
|           overwrite: true |  | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran