From 413727c00a4cd5a46ff389130b2bd837d29dcee2 Mon Sep 17 00:00:00 2001 From: Justin Kilpatrick Date: Sat, 13 Feb 2021 08:04:39 -0500 Subject: [PATCH] register-delegate-keys in automated release I forgot to update this name here after changing the name of the binary over in the rust code. --- .github/workflows/automated-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/automated-release.yml b/.github/workflows/automated-release.yml index 603425da1..379afa555 100644 --- a/.github/workflows/automated-release.yml +++ b/.github/workflows/automated-release.yml @@ -91,15 +91,15 @@ jobs: asset_path: ./orchestrator/target/x86_64-unknown-linux-musl/release/relayer asset_name: relayer asset_content_type: application/bin - - name: Upload Rust register-peggy-delegate-keys + - name: Upload Rust register-delegate-keys id: upload-rust-release-key-delegator uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./orchestrator/target/x86_64-unknown-linux-musl/release/register-peggy-delegate-keys - asset_name: register-peggy-delegate-keys + asset_path: ./orchestrator/target/x86_64-unknown-linux-musl/release/register-delegate-keys + asset_name: register-delegate-keys asset_content_type: application/bin - name: Upload Rust test runner id: upload-rust-test-runner