From 9fa71506d0ca63f7e1c9507a36cc450c84845b69 Mon Sep 17 00:00:00 2001 From: Oleg Kizeev Date: Sat, 23 Mar 2024 00:50:43 +0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9b267f..0b4c60f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,6 +37,8 @@ jobs: uses: actions/checkout@v4 - name: Dowload lsp artifacts + env: + VSCODE_PLUGIN_URL: ${{ env.VSCODE_PLUGIN_URL }} run: | curl $VSCODE_PLUGIN_URL -o plugin.zip unzip plugin.zip -d plugin