mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +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: |   arch: | ||||||
|     description: "The architecture to build for: x64, arm64" |     description: "The architecture to build for: x64, arm64" | ||||||
|     required: true |     required: true | ||||||
|   extension: |  | ||||||
|     description: "Platform specific extensions to copy in the output: dmg, deb, rpm, exe, zip" |  | ||||||
|     required: true |  | ||||||
|   shell: |   shell: | ||||||
|     description: "Which shell to use" |     description: "Which shell to use" | ||||||
|     required: true |     required: true | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							| @@ -23,17 +23,14 @@ jobs: | |||||||
|         os: |         os: | ||||||
|           - name: macos |           - name: macos | ||||||
|             image: macos-latest |             image: macos-latest | ||||||
|             extension: [dmg, zip] |  | ||||||
|             shell: bash |             shell: bash | ||||||
|             forge_platform: darwin |             forge_platform: darwin | ||||||
|           - name: linux |           - name: linux | ||||||
|             image: ubuntu-latest |             image: ubuntu-latest | ||||||
|             extension: [deb, rpm, zip, flatpak] |  | ||||||
|             shell: bash |             shell: bash | ||||||
|             forge_platform: linux |             forge_platform: linux | ||||||
|           - name: windows |           - name: windows | ||||||
|             image: windows-latest |             image: windows-latest | ||||||
|             extension: [exe, zip] |  | ||||||
|             shell: cmd |             shell: cmd | ||||||
|             forge_platform: win32 |             forge_platform: win32 | ||||||
|     runs-on: ${{ matrix.os.image }} |     runs-on: ${{ matrix.os.image }} | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -20,17 +20,14 @@ jobs: | |||||||
|         os: |         os: | ||||||
|           - name: macos |           - name: macos | ||||||
|             image: macos-latest |             image: macos-latest | ||||||
|             extension: [dmg, zip] |  | ||||||
|             shell: bash |             shell: bash | ||||||
|             forge_platform: darwin |             forge_platform: darwin | ||||||
|           - name: linux |           - name: linux | ||||||
|             image: ubuntu-latest |             image: ubuntu-latest | ||||||
|             extension: [deb, rpm, zip, flatpak] |  | ||||||
|             shell: bash |             shell: bash | ||||||
|             forge_platform: linux |             forge_platform: linux | ||||||
|           - name: windows |           - name: windows | ||||||
|             image: windows-latest |             image: windows-latest | ||||||
|             extension: [exe, zip] |  | ||||||
|             shell: cmd |             shell: cmd | ||||||
|             forge_platform: win32 |             forge_platform: win32 | ||||||
|     runs-on: ${{ matrix.os.image }} |     runs-on: ${{ matrix.os.image }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user