From 1b140d72490a41c4541dd3dd51fb667216df7911 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Fri, 15 Mar 2024 16:35:04 +0100 Subject: [PATCH] test flight only release --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee8d526f..2dc7cf59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -368,8 +368,8 @@ jobs: upload-to-testflight: needs: [build] - # if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' }} - if: ${{ inputs.upload-artifact }} + if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' }} + #if: ${{ inputs.upload-artifact }} runs-on: macOS-latest timeout-minutes: 30 steps: