mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 23:29:54 -06:00
Fix actual zip archive name
This commit is contained in:
parent
cc0defee5e
commit
9441056f03
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create an archive of the repository with build artifacts
|
- name: Create an archive of the repository with build artifacts
|
||||||
run: |
|
run: |
|
||||||
zip -r release.zip ./*
|
zip -r tree-sitter-grammar-release.zip ./*
|
||||||
|
|
||||||
- name: Upload release zip as an artifact
|
- name: Upload release zip as an artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue