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

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

View file

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