mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	chore(ci): remove now redundant input
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/actions/build-electron/action.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/actions/build-electron/action.yml
									
									
									
									
										vendored
									
									
								
							| @@ -8,9 +8,6 @@ inputs: | ||||
|   arch: | ||||
|     description: "The architecture to build for: x64, arm64" | ||||
|     required: true | ||||
|   extension: | ||||
|     description: "Platform specific extensions to copy in the output: dmg, deb, rpm, exe, zip" | ||||
|     required: true | ||||
|   shell: | ||||
|     description: "Which shell to use" | ||||
|     required: true | ||||
|   | ||||
							
								
								
									
										3
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							| @@ -23,17 +23,14 @@ jobs: | ||||
|         os: | ||||
|           - name: macos | ||||
|             image: macos-latest | ||||
|             extension: [dmg, zip] | ||||
|             shell: bash | ||||
|             forge_platform: darwin | ||||
|           - name: linux | ||||
|             image: ubuntu-latest | ||||
|             extension: [deb, rpm, zip, flatpak] | ||||
|             shell: bash | ||||
|             forge_platform: linux | ||||
|           - name: windows | ||||
|             image: windows-latest | ||||
|             extension: [exe, zip] | ||||
|             shell: cmd | ||||
|             forge_platform: win32 | ||||
|     runs-on: ${{ matrix.os.image }} | ||||
|   | ||||
							
								
								
									
										3
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -20,17 +20,14 @@ jobs: | ||||
|         os: | ||||
|           - name: macos | ||||
|             image: macos-latest | ||||
|             extension: [dmg, zip] | ||||
|             shell: bash | ||||
|             forge_platform: darwin | ||||
|           - name: linux | ||||
|             image: ubuntu-latest | ||||
|             extension: [deb, rpm, zip, flatpak] | ||||
|             shell: bash | ||||
|             forge_platform: linux | ||||
|           - name: windows | ||||
|             image: windows-latest | ||||
|             extension: [exe, zip] | ||||
|             shell: cmd | ||||
|             forge_platform: win32 | ||||
|     runs-on: ${{ matrix.os.image }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user