mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
fix bin
This commit is contained in:
parent
3a5215b698
commit
e3f3ead6f7
12
.github/workflows/rust.yml
vendored
12
.github/workflows/rust.yml
vendored
|
@ -36,19 +36,9 @@ jobs:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release --verbose
|
run: cargo build --release --verbose
|
||||||
- name: Upload linutil binary
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: linutil
|
|
||||||
path: target/release/linutil
|
|
||||||
- name: Download linutil binary
|
|
||||||
uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
name: linutil
|
|
||||||
path: .
|
|
||||||
- name: Replace linutil binary
|
- name: Replace linutil binary
|
||||||
uses: stefanzweifel/git-auto-commit-action@v5
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: "Replace linutil binary"
|
commit_message: "Replace linutil binary"
|
||||||
file_pattern: linutil
|
file_pattern: /target/release/linutil
|
||||||
commit_options: "--allow-empty --no-verify"
|
commit_options: "--allow-empty --no-verify"
|
|
@ -11,3 +11,7 @@ oneshot = "0.1.8"
|
||||||
portable-pty = "0.8.1"
|
portable-pty = "0.8.1"
|
||||||
ratatui = "0.27.0"
|
ratatui = "0.27.0"
|
||||||
tui-term = "0.1.12"
|
tui-term = "0.1.12"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "linutil"
|
||||||
|
path = "src/main.rs"
|
Loading…
Reference in New Issue
Block a user