Browse Source

working directory for buf

jamesread 1 year ago
parent
commit
fd3c6087f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build-buf.yml

+ 1 - 1
.github/workflows/build-buf.yml

@@ -25,7 +25,7 @@ jobs:
           cache-dependency-path: 'service/go.mod'
 
       - uses: bufbuild/buf-action@v1.1.0
-        working-directory: proto
+        working-directory: ./proto
         with:
           token: ${{ secrets.BUF_TOKEN }}
           # Change setup_only to true if you only want to set up the Action and not execute other commands.