Fix Info.plist path in private beta workflow

This commit is contained in:
Davide De Rosa 2022-04-22 13:47:10 +02:00 committed by GitHub
parent aeaf8122ca
commit bb2ba19326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ jobs:
- name: Tweak build
run: |
ci/set-build.sh ${{ github.event.inputs.build_number }}
/usr/libexec/PlistBuddy -c "Add :com.algoritmico.Passepartout.config:app_type integer 2" Passepartout/App/Shared/Info.plist
/usr/libexec/PlistBuddy -c "Add :com.algoritmico.Passepartout.config:app_type integer 2" Passepartout/App/Info.plist
- name: Build ${{ matrix.name }} app
timeout-minutes: 15
run: |