Skip to content

Commit

Permalink
USe full package name
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Nov 2, 2024
1 parent 393d3ac commit 3eb657c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,13 @@ jobs:
run: |
set -x
npm run package
- name: Get VSIX File Name
id: get-vsix-name
run: echo "::set-output name=vsix_name::$(ls *.vsix)"

- uses: actions/upload-artifact@v4
with:
name: vsix
name: ${{ steps.get-vsix-name.outputs.vsix_name }}
path: '*.vsix'

0 comments on commit 3eb657c

Please sign in to comment.