Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
panekj committed Jun 21, 2024
1 parent c96f9df commit 79eebb5
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 @@ -57,13 +57,13 @@ jobs:
if: runner.os != 'Windows'
run: |
mkdir -p ~/.config/tree-sitter
'{"parser-directories": ["${{ github.workspace }}/grammars"]}' > ~/.config/tree-sitter/config.json
echo '{"parser-directories": ["${{ github.workspace }}/grammars"]}' > ~/.config/tree-sitter/config.json
- name: Create tree-sitter-cli config
if: runner.os == 'Windows'
run: |
mkdir -Force ~/.config/tree-sitter
'{"parser-directories": ["${{ github.workspace }}\grammars"]}' > ~/.config/tree-sitter/config.json
echo '{"parser-directories": ["${{ github.workspace }}\grammars"]}' > ~/.config/tree-sitter/config.json
- name: Build grammars
if: always()
Expand Down

0 comments on commit 79eebb5

Please sign in to comment.