Explorar o código

working directory for buf

jamesread hai 1 ano
pai
achega
fd3c6087f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.