Improve Release Process
As I tried to test run the release process, there were some issues that I run into. This series of changes resolves them.
4 files changed
+43
-10
924b9328
→
ae1165fa
modified build/Dockerfile
@@ -1,5 +1,8 @@
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -29,7 +32,7 @@ RUN rustup target add \
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified build/build
@@ -27,6 +27,7 @@ main() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -40,6 +41,7 @@ main() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
added build/rust-version
@@ -0,0 +1,7 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified build/upload
@@ -7,6 +7,9 @@ SSH_KEY="$(rad path)/keys/radicle"
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -25,19 +28,37 @@ main() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|