diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 94d7b45..cdffcf2 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -25,6 +25,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} - project_path: "./cmd/test-binary" - binary_name: "test-binary" - extra_files: LICENSE README.md \ No newline at end of file + extra_files: LICENSE README.md docs \ No newline at end of file