From 4bebda7651f5ca7d910c147e53942fd29a51a3f6 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Wed, 13 Mar 2024 18:40:55 +0100 Subject: [PATCH] update --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b905c073..0e807a89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -367,6 +367,7 @@ jobs: upload-to-testflight: + needs: [build] # if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' }} if: ${{ inputs.upload-artifact }} runs-on: macOS-latest @@ -388,8 +389,8 @@ jobs: with: bundle-id: app.hiddify.com issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }} - api-key-id: ${{ secrets.APPSTORE_KEY_ID }} - api-private-key: ${{ secrets.APPSTORE_PRIVATE_KEY }} + api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }} + api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }} - uses: Apple-Actions/upload-testflight-build@v1 with: app-path: 'out/Hiddify-iOS.ipa'