Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Commit af1934e

Browse files
committed
Release v0.1.2
Signed-off-by: Alexis Sellier <self@cloudhead.io>
1 parent daacae2 commit af1934e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
mkdir -p "$staging"
6868
find ./target/release -maxdepth 1 -name 'rad*' -executable | xargs --replace cp '{}' "$staging"/
6969
cp ./target/release/git-remote-rad "$staging"/
70-
cp radicle-cli.1.gz "$staging"/
70+
cp *.1.gz "$staging"/
7171
tar czf "$staging.tar.gz" "$staging"
7272
- name: Build the release archive (macOS)
7373
if: matrix.os == 'macos-latest'
@@ -77,7 +77,7 @@ jobs:
7777
mkdir -p "$staging"
7878
find ./target/release -maxdepth 1 -name 'rad*' -perm +111 -type f | xargs -J '{}' -n 1 cp '{}' "$staging"/
7979
cp ./target/release/git-remote-rad "$staging"/
80-
cp radicle-cli.1.gz "$staging"/
80+
cp *.1.gz "$staging"/
8181
tar czf "$staging.tar.gz" "$staging"
8282
- name: Release (Linux)
8383
if: matrix.os == 'ubuntu-latest'

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "radicle-cli"
33
description = "Radicle CLI"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
authors = ["The Radicle Team <dev@radicle.xyz>"]
66
edition = "2018"
77

0 commit comments

Comments
 (0)