Skip to content

Commit

Permalink
renamed client to agent
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Jun 4, 2023
1 parent 89c789f commit cca1bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cca1bc7

Please sign in to comment.