From 718b12bfc9825a69aae45991763601f7bbdefa46 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Thu, 26 Feb 2026 23:19:19 +0800 Subject: [PATCH] chore(ci): incorrect path of vsix --- .github/workflows/release-vsix.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-vsix.yaml b/.github/workflows/release-vsix.yaml index e7ba551a8..16bd547ee 100644 --- a/.github/workflows/release-vsix.yaml +++ b/.github/workflows/release-vsix.yaml @@ -32,8 +32,9 @@ jobs: - run: pnpm install --frozen-lockfile - run: pnpm run build:packages - run: pnpm run -F @proj-airi/airi-plugin-vscode build + - run: pnpm run -F vscode-airi build - run: pnpm run publish - working-directory: ./plugins/airi-plugin-vscode + working-directory: ./integrations/vscode/vscode-airi env: VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }} OVSX_TOKEN: ${{ secrets.OVSX_TOKEN }}