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

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Sellier <self@cloudhead.io>
  • Loading branch information
cloudhead committed Feb 23, 2022
1 parent daacae2 commit 454f322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
mkdir -p "$staging"
find ./target/release -maxdepth 1 -name 'rad*' -executable | xargs --replace cp '{}' "$staging"/
cp ./target/release/git-remote-rad "$staging"/
cp radicle-cli.1.gz "$staging"/
cp *.1.gz "$staging"/
tar czf "$staging.tar.gz" "$staging"
- name: Build the release archive (macOS)
if: matrix.os == 'macos-latest'
Expand All @@ -77,7 +77,7 @@ jobs:
mkdir -p "$staging"
find ./target/release -maxdepth 1 -name 'rad*' -perm +111 -type f | xargs -J '{}' -n 1 cp '{}' "$staging"/
cp ./target/release/git-remote-rad "$staging"/
cp radicle-cli.1.gz "$staging"/
cp *.1.gz "$staging"/
tar czf "$staging.tar.gz" "$staging"
- name: Release (Linux)
if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -120,4 +120,4 @@ jobs:
with:
install_components: beta
- name: Upload .deb package to an APT repo
run: gcloud --quiet beta artifacts apt upload radicle-cli --location=us-central1 --source *.deb
run: gcloud --quiet beta artifacts apt upload radicle-cli --location=europe-west6 --source *.deb
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "radicle-cli"
description = "Radicle CLI"
version = "0.1.1"
version = "0.1.2"
authors = ["The Radicle Team <dev@radicle.xyz>"]
edition = "2018"

Expand Down

0 comments on commit 454f322

Please sign in to comment.