Przeglądaj źródła

working directory for buf

jamesread 1 rok temu
rodzic
commit
fd3c6087f0
1 zmienionych plików z 1 dodań i 1 usunięć
  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.