Updated vscode.yml to extract the artifact .vsix.
This commit is contained in:
Родитель
a43746803d
Коммит
316feea90a
|
@ -39,11 +39,11 @@ jobs:
|
|||
if: |
|
||||
success() ||
|
||||
startsWith(github.ref, 'refs/tags/')
|
||||
uses: xresloader/upload-to-github-release@v1
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: ./**/*.vsix
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
file: "*.vsix"
|
||||
tags: true
|
||||
|
||||
- name: Publish to Marketplace
|
||||
|
|
Загрузка…
Ссылка в новой задаче