Fix actual zip archive name

This commit is contained in:
Ella Dunbar 2025-10-18 16:58:19 -05:00
parent dcb1f812a0
commit ef884eeebd

View file

@ -31,7 +31,7 @@ jobs:
- name: Create an archive of the repository with build artifacts
run: |
zip -r release.zip ./*
zip -r tree-sitter-grammar-release.zip ./*
- name: Upload release zip as an artifact
uses: actions/upload-artifact@v3