From 9f3fee2d06f7034fccc21524dc7cb9f5cdfd57b4 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 24 Mar 2025 17:15:46 +0200 Subject: [PATCH] chore(ci): remove now redundant input --- .github/actions/build-electron/action.yml | 3 --- .github/workflows/nightly.yml | 3 --- .github/workflows/release.yml | 3 --- 3 files changed, 9 deletions(-) diff --git a/.github/actions/build-electron/action.yml b/.github/actions/build-electron/action.yml index 5a355a2f7..3695e9f35 100644 --- a/.github/actions/build-electron/action.yml +++ b/.github/actions/build-electron/action.yml @@ -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 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index dce554492..ffbfc554c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3925d2c9..ca5a59c4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}