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