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

Commit 454f322

Browse files
committed
Release v0.1.2
Signed-off-by: Alexis Sellier <[email protected]>
1 parent daacae2 commit 454f322

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 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'
@@ -120,4 +120,4 @@ jobs:
120120
with:
121121
install_components: beta
122122
- name: Upload .deb package to an APT repo
123-
run: gcloud --quiet beta artifacts apt upload radicle-cli --location=us-central1 --source *.deb
123+
run: gcloud --quiet beta artifacts apt upload radicle-cli --location=europe-west6 --source *.deb

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 <[email protected]>"]
66
edition = "2018"
77

0 commit comments

Comments
 (0)