Skip to content

Commit

Permalink
feat: + demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kairyou committed Sep 23, 2024
1 parent de205f6 commit be32180
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ jobs:
merge-multiple: true
- name: List artifacts
run: find artifacts -type f
- name: Delete existing release
uses: dev-drprasad/[email protected]
with:
tag_name: ${{ github.ref_name }}
delete_release: true
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
uses: softprops/action-gh-release@v1
env:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ A powerful and efficient Jenkins CLI tool written in Rust. Simplifies deployment
- Real-time console output during job execution
- High performance, guaranteed by Rust language

### Demo

![Demo](./assets/demo.gif)

## Installation

To install the Jenkins CLI tool, use one of the following methods:
Expand Down
4 changes: 4 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
- 构建执行期间实时输出构建日志
- 由 Rust 语言保证的高性能

### 演示

![Demo](./assets/demo.gif)

## 安装

安装 Jenkins CLI 工具,请使用以下方法之一:
Expand Down
Binary file added assets/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit be32180

Please sign in to comment.