diff --git a/.gitea/workflows/buf-ci.yaml b/.gitea/workflows/buf-ci.yaml index 2055824..4603cb4 100644 --- a/.gitea/workflows/buf-ci.yaml +++ b/.gitea/workflows/buf-ci.yaml @@ -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 diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 51da4eb..15d809d 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,11 +7,11 @@ permissions: pull-requests: write packages: write -env: - REPO: ${{ gitea.action_repository }} jobs: buf: runs-on: ubuntu-latest + env: + REPO: ${{ gitea.action_repository }} steps: - run: | echo "test" @@ -21,7 +21,7 @@ jobs: echo ${{ gitea.ref_name }} echo ${{ gitea.action_ref }} echo ${{ gitea.action_path }} - echo ${{ env.REPO }} + echo ${{ env.REPO }} $REPO echo ${{ gitea.base_ref }} echo ${{ gitea.env }} echo ${{ gitea.event }}