mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
fix(ci-cd): Fix ci:cd
This commit is contained in:
parent
b43cfcae7a
commit
19044605a9
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -108,9 +108,9 @@ jobs:
|
|||||||
- name: Rename extension
|
- name: Rename extension
|
||||||
run: cp result/*.vsix $(basename result/*.vsix)-${{ matrix.target }}.vsix
|
run: cp result/*.vsix $(basename result/*.vsix)-${{ matrix.target }}.vsix
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
path: result/*.vsix
|
files: *.vsix
|
||||||
|
|
||||||
- name: Target to vs code target
|
- name: Target to vs code target
|
||||||
id: vscode_target
|
id: vscode_target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user