We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5192edc commit 7e00b1aCopy full SHA for 7e00b1a
1 file changed
.github/workflows/ios-build-paper.yml
@@ -28,8 +28,8 @@ jobs:
28
node-version: 18
29
cache: 'yarn'
30
- name: Install node dependencies
31
- working-directory: ${{ matrix.working-directory }}
+ working-directory: ${{ env.WORKING_DIRECTORY }}
32
run: PAPER_ENABLED=1 yarn install --immutable
33
- name: Build app
34
35
run: yarn ios
0 commit comments