Skip to content

Commit

Permalink
include vsix asset when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jan 22, 2025
1 parent e71fc8b commit 3e78d09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/publish-azure/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3e78d09

Please sign in to comment.