mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-23 20:18:42 +08:00
ci: fix working-directory
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user