Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Feb 5, 2025
1 parent 229e67b commit c2bebd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
files: |
wat_server-${{ matrix.name }}.zip
- name: Release VS Code Extension
if: matrix.host == 'windows-latest' # Windows is slowest
run: |
choco install curl
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit c2bebd9

Please sign in to comment.