Skip to content

Commit

Permalink
Fix flag format
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas committed Jul 23, 2024
1 parent 00a9af9 commit 3509a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
if: ${{ matrix.target == 'ios' }}
run: |
npx cordova build ${{ matrix.target }} --${{ env.BUILD_TYPE == 'prod' && 'release' || 'debug' }} --device \
--automaticProvisioning --authenticationKeyPath "${{ github.workspace }}/authkey.p8" \
--authenticationKeyID ${{ secrets.APP_STORE_CONNECT_API_KEY_ID }} --packageType ${{ matrix.packageType }}
--automaticProvisioning --authenticationKeyPath="${{ github.workspace }}/authkey.p8" \
--authenticationKeyID=${{ secrets.APP_STORE_CONNECT_API_KEY_ID }} --packageType=${{ matrix.packageType }}
env:
PARALLEL_BUILD: true

0 comments on commit 3509a7e

Please sign in to comment.