Skip to content

Commit

Permalink
ci(cli): add snap build for cli client
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijie-yang committed Jul 16, 2024
1 parent b819f16 commit 7a6e701
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/_CLI-Client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,17 @@ jobs:
working-directory: src/cli-client
run: |
go test ./...
build:
runs-on: ubuntu-latest
name: Snap build
steps:
- uses: actions/checkout@v4
- uses: snapcore/action-build@v1
id: snapcraft
with:
path: src/cli-client
- uses: actions/upload-artifact@v3
with:
name: snap
path: ${{ steps.snapcraft.outputs.snap }}

0 comments on commit 7a6e701

Please sign in to comment.