chore(ci): remove now redundant input

This commit is contained in:
Elian Doran 2025-03-24 17:15:46 +02:00
parent 2045865df2
commit 9f3fee2d06
No known key found for this signature in database
3 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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 }}

View File

@ -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 }}