ci: fix working-directory

This commit is contained in:
himself65
2023-03-27 22:31:36 -05:00
parent bf85db1952
commit f00eda2568
+1 -1
View File
@@ -76,7 +76,7 @@ runs:
if: ${{ inputs.package-install == 'true' }} if: ${{ inputs.package-install == 'true' }}
shell: bash shell: bash
run: yarn install ${{ inputs.extra-flags }} run: yarn install ${{ inputs.extra-flags }}
working-directory: packages/electron working-directory: apps/electron
env: env:
NODE_AUTH_TOKEN: ${{ inputs.npm-token }} NODE_AUTH_TOKEN: ${{ inputs.npm-token }}
YARN_ENABLE_GLOBAL_CACHE: 'false' YARN_ENABLE_GLOBAL_CACHE: 'false'