Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmahend1 committed Feb 21, 2025
1 parent af254fd commit 140f5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: vsce
run: |
vsce pack --no-dependencies -p $env:VSCE_PAT
$VsixName = Get-ChildItem -Filter *.yaml | Select-Object -First 1 -ExpandProperty Name
$VsixName = Get-ChildItem -Filter *.vsix | Select-Object -First 1 -ExpandProperty Name
Write-Host "VSIX file name $VsixName"
"VSIX_FILENAME=$VsixName" >> $env:GITHUB_OUTPUT
env:
Expand Down

0 comments on commit 140f5de

Please sign in to comment.