Skip to content

Commit

Permalink
register-delegate-keys in automated release
Browse files Browse the repository at this point in the history
I forgot to update this name here after changing the name of the binary
over in the rust code.
  • Loading branch information
jkilpatr committed Feb 13, 2021
1 parent bc1076a commit 413727c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 413727c

Please sign in to comment.