From 10b569a5ca2c6e48385b8c8d2fdc85b9d9ea37ac Mon Sep 17 00:00:00 2001 From: ionite34 Date: Sun, 31 Dec 2023 13:25:13 +0800 Subject: [PATCH] apparently exceeds workflow input limits --- .github/workflows/release.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b472affa..aeffd47d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,20 +47,10 @@ on: type: boolean description: "[Debug] Test release artifacts?" default: false - skip-win-x64: - type: boolean - description: Skip win-x64 - skip-linux-x64: - type: boolean - description: Skip linux-x64 - skip-macos-arm64: - type: boolean - description: Skip macos-arm64 jobs: release-linux: name: Release (linux-x64) - if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.skip-linux-x64 == 'false' }} env: platform-id: linux-x64 out-name: StabilityMatrix.AppImage @@ -132,7 +122,6 @@ jobs: release-windows: name: Release (win-x64) - if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.skip-win-x64 == 'false' }} env: platform-id: win-x64 out-name: StabilityMatrix.exe @@ -189,7 +178,6 @@ jobs: release-macos: name: Release (macos-arm64) - if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.skip-macos-arm64 == 'false' }} env: platform-id: osx-arm64 app-name: "Stability Matrix.app"