v2: test env

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2024-11-26 11:38:00 +03:30
parent c57abc00f6
commit 22c5992046
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -45,6 +45,7 @@ jobs:
- run: "export PATH=$PATH:./node_modules/.bin\nbuf generate \n"
- name: tar files
run: |
ls -l ./stub
for out in go ts doc; do
tar czf .res/${out}.tar.gz ./stub/${out}/
done