mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 16:10:07 +01:00
build(release): tmux-copyrat v0.5.0
This commit is contained in:
parent
aaba9b29a7
commit
451726a8fa
3 changed files with 10 additions and 10 deletions
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
|
|
@ -27,11 +27,11 @@ jobs:
|
||||||
rust: stable
|
rust: stable
|
||||||
suffix: ''
|
suffix: ''
|
||||||
archive_ext: tar.xz
|
archive_ext: tar.xz
|
||||||
- os: windows-latest
|
# - os: windows-latest
|
||||||
target: x86_64-pc-windows-msvc
|
# target: x86_64-pc-windows-msvc
|
||||||
rust: stable
|
# rust: stable
|
||||||
suffix: .exe
|
# suffix: .exe
|
||||||
archive_ext: zip
|
# archive_ext: zip
|
||||||
steps:
|
steps:
|
||||||
- name: Rust install
|
- name: Rust install
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
|
@ -127,9 +127,9 @@ jobs:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ github.event.repository.name }}-x86_64-apple-darwin.zip
|
name: ${{ github.event.repository.name }}-x86_64-apple-darwin.zip
|
||||||
- uses: actions/download-artifact@v3
|
# - uses: actions/download-artifact@v3
|
||||||
with:
|
# with:
|
||||||
name: ${{ github.event.repository.name }}-x86_64-pc-windows-msvc.zip
|
# name: ${{ github.event.repository.name }}-x86_64-pc-windows-msvc.zip
|
||||||
|
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -74,7 +74,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "copyrat"
|
name = "copyrat"
|
||||||
version = "0.4.1"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"duct",
|
"duct",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "copyrat"
|
name = "copyrat"
|
||||||
version = "0.4.1"
|
version = "0.5.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A tmux plugin for copy-pasting within tmux panes."
|
description = "A tmux plugin for copy-pasting within tmux panes."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue