From cca1bc7984d9a62164c81c0909f7fc6f3ba1b924 Mon Sep 17 00:00:00 2001 From: Ali Mosajjal Date: Sun, 4 Jun 2023 20:22:13 +1200 Subject: [PATCH] renamed client to agent --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 958902b..b5669da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,8 +40,8 @@ jobs: goversion: 1.20.4 ldflags: "-s -w -X main.version=${{ github.event.release.tag_name }} -X main.commit=${{ github.sha }}" # executable_compression: "upx --lzma" # upx is not supported for anything other that linux - asset_name: dnspot-client-cli-${{ matrix.goos }}-${{ matrix.goarch }} - project_path: "./cmd/client" + asset_name: dnspot-agent-cli-${{ matrix.goos }}-${{ matrix.goarch }} + project_path: "./cmd/agent" build_flags: -v - uses: AutoModality/action-clean@v1