From 6a5c13e31c1a29b39c6b308b1cd7cf4c20f19a52 Mon Sep 17 00:00:00 2001 From: Asmir Avdicevic Date: Thu, 23 Feb 2023 09:42:33 +0100 Subject: [PATCH] fix(ci): move from sendme to iroh (#788) --- .github/workflows/netsim.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/netsim.yml b/.github/workflows/netsim.yml index 6bc3632528..1c842868e6 100644 --- a/.github/workflows/netsim.yml +++ b/.github/workflows/netsim.yml @@ -35,7 +35,7 @@ jobs: toolchain: stable override: true - - name: Build sendme + - name: Build iroh run: | cargo build --release @@ -53,7 +53,7 @@ jobs: - name: Copy binaries to right location run: | - cp target/release/sendme chuck/netsim/bins/sendme + cp target/release/iroh chuck/netsim/bins/iroh cp chuck/target/release/chuck chuck/netsim/bins/chuck - name: Run tests