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