mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 11:39:01 +01:00 
			
		
		
		
	ci: Improve workflow
This commit is contained in:
		
							parent
							
								
									3ac643b3ac
								
							
						
					
					
						commit
						f49008bf21
					
				
							
								
								
									
										10
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @ -11,14 +11,18 @@ jobs: | |||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v4 |         uses: actions/checkout@v4 | ||||||
|        |        | ||||||
|       - name: Install dependencies |       - name: Set up node & dependencies | ||||||
|         run: npm ci |         uses: actions/setup-node@v4 | ||||||
|  |         with: | ||||||
|  |           node-version: 20 | ||||||
|  |           cache: "npm" | ||||||
|  |       - run: npm ci | ||||||
|        |        | ||||||
|       - name: Run installer build |       - name: Run installer build | ||||||
|         run: npm run make-electron |         run: npm run make-electron | ||||||
|        |        | ||||||
|       - name: Publish installer artifact |       - name: Publish installer artifact | ||||||
|         uses: actions/upload-artifact@v3 |         uses: actions/upload-artifact@v4 | ||||||
|         with: |         with: | ||||||
|           name: TriliumNext Notes for Windows (.exe) |           name: TriliumNext Notes for Windows (.exe) | ||||||
|           path: out/make/squirrel.windows/x64/*.exe |           path: out/make/squirrel.windows/x64/*.exe | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran