From 1c45f562fc6f656bf04a44f5bcfd47f5a0f645fd Mon Sep 17 00:00:00 2001 From: titus Date: Fri, 3 Jan 2025 16:22:46 +0100 Subject: [PATCH] + update build_latest.yml --- .github/workflows/build_latest.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml index b1cf7ba..60a93ad 100644 --- a/.github/workflows/build_latest.yml +++ b/.github/workflows/build_latest.yml @@ -92,10 +92,9 @@ jobs: with: name: csplayready-mac-arm64 path: csplayready-mac-arm64.tar.gz - + create_draft_release: name: Create Github draft release - if: ${{ github.event.inputs.doRelease == 'true' }} needs: [build-windows, build-linux, build-macos] runs-on: ubuntu-latest steps: @@ -133,7 +132,6 @@ jobs: attach_to_release: name: Attach native executables to release - if: ${{ github.event.inputs.doRelease == 'true' }} needs: create_draft_release runs-on: ubuntu-latest steps: