Skip to content

Commit

Permalink
Fix Linux binary upload command in GitHub Actions to ensure correct f…
Browse files Browse the repository at this point in the history
…ile naming
  • Loading branch information
nullchinchilla committed Aug 16, 2024
1 parent b9a03f2 commit aed2c66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload-daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit aed2c66

Please sign in to comment.