aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e7aca89b..8e805de2 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -34,10 +34,7 @@ jobs:
- uses: Swatinem/rust-cache@v1
- name: Fetch tree-sitter grammars
- uses: actions-rs/cargo@v1
- with:
- command: run
- args: --package=helix-loader --bin=hx-loader
+ run: cargo run --package=helix-loader --bin=hx-loader
- name: Bundle grammars
run: tar cJf grammars.tar.xz -C runtime/grammars/sources .