This repository was archived by the owner on May 11, 2023. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 67
67
mkdir -p "$staging"
68
68
find ./target/release -maxdepth 1 -name 'rad*' -executable | xargs --replace cp '{}' "$staging"/
69
69
cp ./target/release/git-remote-rad "$staging"/
70
- cp radicle-cli .1.gz "$staging"/
70
+ cp * .1.gz "$staging"/
71
71
tar czf "$staging.tar.gz" "$staging"
72
72
- name : Build the release archive (macOS)
73
73
if : matrix.os == 'macos-latest'
77
77
mkdir -p "$staging"
78
78
find ./target/release -maxdepth 1 -name 'rad*' -perm +111 -type f | xargs -J '{}' -n 1 cp '{}' "$staging"/
79
79
cp ./target/release/git-remote-rad "$staging"/
80
- cp radicle-cli .1.gz "$staging"/
80
+ cp * .1.gz "$staging"/
81
81
tar czf "$staging.tar.gz" "$staging"
82
82
- name : Release (Linux)
83
83
if : matrix.os == 'ubuntu-latest'
@@ -120,4 +120,4 @@ jobs:
120
120
with :
121
121
install_components : beta
122
122
- 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
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " radicle-cli"
3
3
description = " Radicle CLI"
4
- version = " 0.1.1 "
4
+ version = " 0.1.2 "
5
5
authors = [
" The Radicle Team <[email protected] >" ]
6
6
edition = " 2018"
7
7
You can’t perform that action at this time.
0 commit comments