mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 19:19:03 +01:00 
			
		
		
		
	ci: Release ZIP artifacts as well
This commit is contained in:
		
							parent
							
								
									42c714891a
								
							
						
					
					
						commit
						7248d5bab8
					
				
							
								
								
									
										5
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @ -67,13 +67,16 @@ jobs: | |||||||
|       - name: Rename the output artifact |       - name: Rename the output artifact | ||||||
|         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" | ||||||
|       - name: Publish test |       - name: Publish test | ||||||
|         uses: softprops/action-gh-release@v2 |         uses: softprops/action-gh-release@v2 | ||||||
|         with: |         with: | ||||||
|           draft: true |           draft: true | ||||||
|           tag_name: test_release |           tag_name: test_release | ||||||
|           fail_on_unmatched_files: true |           fail_on_unmatched_files: true | ||||||
|           files: upload/*.${{matrix.os.extension}} |           files: | | ||||||
|  |             upload/*.${{matrix.os.extension}} | ||||||
|  |             upload/*.zip | ||||||
|   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 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran