Try to fix artifact name mismatch

This commit is contained in:
Evan Dunbar 2024-09-26 11:31:01 -05:00
parent 999d662895
commit cc0defee5e

View file

@ -37,7 +37,7 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: tree-sitter-grammar-release name: tree-sitter-grammar-release
path: release.zip path: tree-sitter-grammer-release.zip
release: release:
needs: build needs: build