From 3e2a1247dcbb2ae044769e417fa50cf152491299 Mon Sep 17 00:00:00 2001 From: Oleg Kizeev Date: Sat, 23 Mar 2024 00:54:49 +0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6260d44..92ec7bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,6 +38,7 @@ jobs: - name: Dowload lsp artifacts run: | + echo "Test $VSCODE_PLUGIN_URL" curl "$VSCODE_PLUGIN_URL" -o plugin.zip unzip plugin.zip -d plugin mv ./plugin/extension/bin/ ./language-server