Skip to content

Commit

Permalink
fix: add kube-console on release kc-console (#409)
Browse files Browse the repository at this point in the history
Signed-off-by: sacredartr <zhou.hao@99cloud.net>
  • Loading branch information
sacredartr authored Sep 5, 2023
1 parent fc658ad commit 6f50466
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,15 @@ jobs:
- name: Build
run: |
yarn install
yarn run build
yarn run build-with-args true
- name: Compress
run: |
pushd dist
curl -O https://oss.kubeclipper.io/kube-console/master/kube-console.tar.gz
mkdir kube
tar -C kube/ -xvzf kube-console.tar.gz
rm -rf kube-console.tar.gz
ls -F | xargs tar -zcvf kc-console.tar.gz
popd
Expand Down

0 comments on commit 6f50466

Please sign in to comment.