Skip to content

Commit

Permalink
fix(ci-cd): Fix ci:cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Oct 20, 2024
1 parent b43cfca commit 1904460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ jobs:
- name: Rename extension
run: cp result/*.vsix $(basename result/*.vsix)-${{ matrix.target }}.vsix

- uses: actions/upload-artifact@v4
- uses: softprops/action-gh-release@v2
with:
path: result/*.vsix
files: *.vsix

- name: Target to vs code target
id: vscode_target
Expand Down

0 comments on commit 1904460

Please sign in to comment.