From b46c7d17bc72adbcb9dd985e65285ec5527ab060 Mon Sep 17 00:00:00 2001 From: Ryan French Date: Thu, 5 Jan 2023 11:23:56 +0000 Subject: [PATCH] Change configuration for GA workflow --- .github/workflows/publish.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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