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: