mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:24:07 +01:00
Fix working directory
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -68,12 +68,12 @@ jobs:
|
||||
run: npm ci
|
||||
|
||||
- name: Build plugins
|
||||
working-directory: $YAAK_PLUGINS
|
||||
working-directory: ${{ env.YAAK_PLUGINS_DIR }}
|
||||
run: |
|
||||
npm ci
|
||||
npm run build
|
||||
|
||||
- name: Copy plugins to Tauri app
|
||||
- name: Copy plugins
|
||||
run: node scripts/copy-plugins.cjs
|
||||
|
||||
- name: Run lint
|
||||
|
||||
Reference in New Issue
Block a user