From e7519e357f28f4d0cef9de12044a650c939730e7 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 1 Oct 2020 15:09:45 -0700 Subject: [PATCH] Have the Insiders Build workflow publish the insiders build --- .github/workflows/insiders.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/insiders.yml b/.github/workflows/insiders.yml index ba8fa5762ff5..36e50002e242 100644 --- a/.github/workflows/insiders.yml +++ b/.github/workflows/insiders.yml @@ -472,7 +472,7 @@ jobs: needs: [tests, smoke-tests, build-vsix] env: BLOB_CONTAINER_NAME: extension-builds - BLOB_NAME: ms-python-gha-insiders.vsix # So named to avoid clobbering Azure Pipelines upload. + BLOB_NAME: ms-python-insiders.vsix steps: - name: Download VSIX