Skip to content

Commit

Permalink
Remove CLI build artifacts from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daijro authored Jun 9, 2024
1 parent 5c02065 commit 7e66287
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/xgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,28 +44,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Build CLI artifacts

- name: Build CLI
uses: crazy-max/ghaction-xgo@v3
with:
xgo_version: latest
go_version: latest
dest: cli_dist
prefix: hazetunnel-cli-${{ env.VERSION }}
targets: "*/*"
v: true
race: false
ldflags: -s -w
buildmode: default
trimpath: true
working_dir: hazetunnel

- name: Upload CLI Build Artifacts to Workflow
uses: actions/upload-artifact@v3
with:
name: cli-build-artifacts-${{ env.VERSION }}
path: hazetunnel/cli_dist/**

permissions:
contents: write

0 comments on commit 7e66287

Please sign in to comment.