From ed9e31e7063b610abae3ebd32f04c968572972ea Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Thu, 23 Sep 2021 19:31:24 +0200 Subject: [PATCH] Update release-bsd.yml --- .github/workflows/release-bsd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-bsd.yml b/.github/workflows/release-bsd.yml index 6e4c42a..0d84278 100644 --- a/.github/workflows/release-bsd.yml +++ b/.github/workflows/release-bsd.yml @@ -14,7 +14,7 @@ jobs: goarch: ["386", amd64, arm, arm64] steps: - uses: actions/checkout@v2 - - uses: wangyoucao577/go-release-action@v1.15 + - uses: wangyoucao577/go-release-action@v1.20 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} @@ -23,3 +23,4 @@ jobs: extra_files: LICENSE README.md sha256sum: true md5sum: false + project_path: github.com/wneessen/apg-go/cmd/apg