mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 08:00:08 +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
|
||||
suffix: ''
|
||||
archive_ext: tar.xz
|
||||
- os: windows-latest
|
||||
target: x86_64-pc-windows-msvc
|
||||
rust: stable
|
||||
suffix: .exe
|
||||
archive_ext: zip
|
||||
# - os: windows-latest
|
||||
# target: x86_64-pc-windows-msvc
|
||||
# rust: stable
|
||||
# suffix: .exe
|
||||
# archive_ext: zip
|
||||
steps:
|
||||
- name: Rust install
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
|
@ -127,9 +127,9 @@ jobs:
|
|||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: ${{ github.event.repository.name }}-x86_64-apple-darwin.zip
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: ${{ github.event.repository.name }}-x86_64-pc-windows-msvc.zip
|
||||
# - uses: actions/download-artifact@v3
|
||||
# with:
|
||||
# name: ${{ github.event.repository.name }}-x86_64-pc-windows-msvc.zip
|
||||
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -74,7 +74,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "copyrat"
|
||||
version = "0.4.1"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"duct",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "copyrat"
|
||||
version = "0.4.1"
|
||||
version = "0.5.0"
|
||||
edition = "2021"
|
||||
description = "A tmux plugin for copy-pasting within tmux panes."
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue