mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 08:11:24 +02: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
|
run: npm ci
|
||||||
|
|
||||||
- name: Build plugins
|
- name: Build plugins
|
||||||
working-directory: $YAAK_PLUGINS
|
working-directory: ${{ env.YAAK_PLUGINS_DIR }}
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- name: Copy plugins to Tauri app
|
- name: Copy plugins
|
||||||
run: node scripts/copy-plugins.cjs
|
run: node scripts/copy-plugins.cjs
|
||||||
|
|
||||||
- name: Run lint
|
- name: Run lint
|
||||||
|
|||||||
Reference in New Issue
Block a user