Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-11-23 12:55:34 +03:30
parent 5bcb6feeac
commit 9c92ab9d34
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -24,7 +24,8 @@ jobs:
with: with:
token: ${{ gitea.token }} token: ${{ gitea.token }}
path: ./ path: ./
- run: npx buf generate - run: ls node_modules
- run: buf generate
- run: | - run: |
if [ -n ${{ gitea.ref_name }} ]; then if [ -n ${{ gitea.ref_name }} ]; then
mkdir .res mkdir .res