From 769d9b76be2b7688a59f77f44dbd54b9a9b74fc7 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Tue, 12 Mar 2024 11:09:10 +0100 Subject: [PATCH] test testflight upload --- .github/workflows/build.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1f2109d..e74d4ca5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -355,7 +355,13 @@ jobs: tag_name: 'draft' body_path: './release.md' prerelease: true - + - name: 'Upload app to TestFlight' + uses: apple-actions/upload-testflight-build@v1 + with: + app-path: 'out/Hiddify-iOS.ipa' + issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }} + api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }} + api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }} upload-release: permissions: write-all if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' }} @@ -409,7 +415,7 @@ jobs: - name: 'Upload app to TestFlight' uses: apple-actions/upload-testflight-build@v1 with: - app-path: 'dist/out/Hiddify-iOS.ipa' + app-path: 'out/Hiddify-iOS.ipa' issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }} api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }} api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }} \ No newline at end of file