From dcb1f812a02d607b8dfe043f4b8c0976f749b49d Mon Sep 17 00:00:00 2001 From: Ella Dunbar Date: Sat, 18 Oct 2025 16:58:19 -0500 Subject: [PATCH] Try to fix artifact name mismatch --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9471aa..829de42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: tree-sitter-grammar-release - path: release.zip + path: tree-sitter-grammer-release.zip release: needs: build