From aed2c661abd6fedaaa6a87e8ceec7f85b4914763 Mon Sep 17 00:00:00 2001 From: nullchinchilla Date: Fri, 16 Aug 2024 16:55:59 -0400 Subject: [PATCH] Fix Linux binary upload command in GitHub Actions to ensure correct file naming --- .github/workflows/upload-daemon.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/upload-daemon.yml b/.github/workflows/upload-daemon.yml index 151813e..97c6a51 100644 --- a/.github/workflows/upload-daemon.yml +++ b/.github/workflows/upload-daemon.yml @@ -42,4 +42,5 @@ jobs: - name: Upload Linux Binary to B2 run: | - rclone copy ./target/x86_64-unknown-linux-musl/release/earendil b2:earendil/earendil-linux-amd64 + cp copy ./target/x86_64-unknown-linux-musl/release/earendil earendil-linux-amd64 + rclone copy ./earendil-linux-amd64 b2:earendil/