mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 03:29:02 +01:00 
			
		
		
		
	ci: Upload server build as well
This commit is contained in:
		
							parent
							
								
									7248d5bab8
								
							
						
					
					
						commit
						c964f9eeff
					
				
							
								
								
									
										14
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @ -68,7 +68,7 @@ jobs: | |||||||
|         run: | |         run: | | ||||||
|           mv upload/*.${{ matrix.os.extension }} "upload/TriliumNextNotes ${{ matrix.os.name }} ${{ matrix.arch }}.${{matrix.os.extension}}" |           mv upload/*.${{ matrix.os.extension }} "upload/TriliumNextNotes ${{ matrix.os.name }} ${{ matrix.arch }}.${{matrix.os.extension}}" | ||||||
|           mv upload/*.zip "upload/TriliumNextNotes ${{ matrix.os.name }} ${{ matrix.arch }}.zip" |           mv upload/*.zip "upload/TriliumNextNotes ${{ matrix.os.name }} ${{ matrix.arch }}.zip" | ||||||
|       - name: Publish test |       - name: Publish release | ||||||
|         uses: softprops/action-gh-release@v2 |         uses: softprops/action-gh-release@v2 | ||||||
|         with: |         with: | ||||||
|           draft: true |           draft: true | ||||||
| @ -98,8 +98,12 @@ 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-linux-x64-${{ github.ref_name }}.tar.xz"           |           cp "$file" "upload/TriliumNextNotes-linux-x64-${{ github.ref_name }}.tar.xz" | ||||||
|       - uses: actions/upload-artifact@v4 |       - name: Publish release | ||||||
|  |         uses: softprops/action-gh-release@v2 | ||||||
|         with: |         with: | ||||||
|           name: TriliumNextNotes linux server x64 |           draft: true | ||||||
|           path: upload/TriliumNextNotes-linux-x64-${{ github.ref_name }}.tar.xz |           tag_name: test_release | ||||||
|  |           fail_on_unmatched_files: true | ||||||
|  |           files: | | ||||||
|  |             upload/*.xz | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran