Skip to content

Commit 506e8f0

Browse files
committed
Add missing output to build job
1 parent def8c4f commit 506e8f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
build:
1111
name: Build
1212
runs-on: ubuntu-latest
13+
outputs:
14+
vsixPath: ${{ steps.packageExtension.outputs.vsixPath }}
1315
steps:
1416
- name: Checkout
1517
uses: actions/checkout@v2

0 commit comments

Comments
 (0)