diff --git a/.github/workflows/build_apps.yml b/.github/workflows/build_apps.yml index de8a07f..b515317 100644 --- a/.github/workflows/build_apps.yml +++ b/.github/workflows/build_apps.yml @@ -23,16 +23,21 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + with: + ref: main # Checks-out the kiwix/apple repository as well - - uses: actions/checkout@main + - uses: actions/checkout@v4 with: repository: kiwix/apple + ref: main + path: kiwix-apple-custom + # Run XcodeGen - uses: xavierLowmiller/xcodegen-action@1.1.2 with: - spec: project.yaml + spec: project.yml quiet: false version: '2.38.0' use-cache: true