From 66c80d4d9a49be0873a0b052416b2758274deae3 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 18 Oct 2023 14:12:08 -0700 Subject: [PATCH] Add APPLE_TEAM_ID --- .github/workflows/artifacts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 74f6ce35..fce011fb 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -58,6 +58,7 @@ jobs: APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }} APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }} APPLE_ID: ${{ secrets.APPLE_ID }} + APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }} with: tagName: 'v__VERSION__'