From 3e78d092138175ed9ebaf429df522b98608e1720 Mon Sep 17 00:00:00 2001 From: Artur Stolear Date: Wed, 22 Jan 2025 07:42:01 +0100 Subject: [PATCH] include vsix asset when releasing --- .github/actions/publish-azure/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/publish-azure/action.yml b/.github/actions/publish-azure/action.yml index 79443cd98..0a37dcf91 100644 --- a/.github/actions/publish-azure/action.yml +++ b/.github/actions/publish-azure/action.yml @@ -20,11 +20,13 @@ inputs: outputs: vsix: description: 'Path to the generated VSIX file' + value: ${{ steps.publish-azure.outputs.vsix }} runs: using: 'composite' steps: - name: Publish Azure extension + id: publish-azure shell: pwsh run: | $date = Get-Date -format "yyMMddHH"