From cc34999a84167129117ef6b668bd2b92f8dac360 Mon Sep 17 00:00:00 2001 From: Marco Gomiero Date: Sat, 6 Apr 2024 11:14:41 +0200 Subject: [PATCH] Change app-type on upload to testflight --- .github/workflows/desktop-macos-testflight-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/desktop-macos-testflight-release.yaml b/.github/workflows/desktop-macos-testflight-release.yaml index f1a64f4a..9b2559cc 100644 --- a/.github/workflows/desktop-macos-testflight-release.yaml +++ b/.github/workflows/desktop-macos-testflight-release.yaml @@ -88,6 +88,7 @@ jobs: - uses: Apple-Actions/upload-testflight-build@v1 with: + app-type: 'osx' app-path: ${{ steps.path_variables.outputs.RELEASE_PATH }} issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }} api-key-id: ${{ secrets.APPSTORE_KEY_ID }}