From 3fe5eec7d69c063785c8580ef30e632389802937 Mon Sep 17 00:00:00 2001 From: Jonathan Romano Date: Tue, 20 Aug 2024 23:46:51 -0400 Subject: [PATCH] Use non-deprecated package types --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7c7956..adba295 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,9 +100,9 @@ jobs: matrix: include: - target: ios - packageType: development + packageType: debugging - target: ios - packageType: app-store + packageType: app-store-connect - target: android runs-on: ${{ matrix.target == 'ios' && 'macos-latest' || 'ubuntu-latest' }}