diff --git a/.github/workflows/private_beta.yml b/.github/workflows/private_beta.yml index d2307130..4ed95395 100644 --- a/.github/workflows/private_beta.yml +++ b/.github/workflows/private_beta.yml @@ -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: |