Skip to content

Commit

Permalink
Merge pull request #1466 from arturcic/feature/vsix-asset
Browse files Browse the repository at this point in the history
include vsix asset when releasing
  • Loading branch information
arturcic authored Jan 22, 2025
2 parents e71fc8b + 3e78d09 commit 5e04cc6
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 5e04cc6

Please sign in to comment.