build(release): tmux-copyrat v0.5.0

This commit is contained in:
graelo 2022-11-07 16:18:15 +01:00
parent aaba9b29a7
commit 451726a8fa
3 changed files with 10 additions and 10 deletions

View file

@ -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
View file

@ -74,7 +74,7 @@ dependencies = [
[[package]]
name = "copyrat"
version = "0.4.1"
version = "0.5.0"
dependencies = [
"clap",
"duct",

View file

@ -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"