From 7ea20a3fb871d6a8be941fd526952c2f6e7d38dc Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 19 Jul 2024 11:13:58 -0700 Subject: [PATCH] Fix working directory --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25b30c4e..be8a3808 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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