From ee5627e3f250f0103a4fb07d75a3bf1fa66187a1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 10 Oct 2023 15:27:51 +0200 Subject: [PATCH] fixed cargo install holochain attempt 2 --- .github/workflows/release-codesigned.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-codesigned.yaml b/.github/workflows/release-codesigned.yaml index 3bd628a..2406121 100644 --- a/.github/workflows/release-codesigned.yaml +++ b/.github/workflows/release-codesigned.yaml @@ -58,7 +58,7 @@ jobs: LAIR_PATH=$(which lair-keystore) cp $LAIR_PATH src-tauri/bins/lair-keystore-v0.3.0-x86_64-apple-darwin - cargo install holochain --version v0.2.3-beta-rc.1 --locked --features sqlite-encrypted + cargo install holochain --version 0.2.3-beta-rc.1 --locked --features sqlite-encrypted HOLOCHAIN_PATH=$(which holochain) cp $HOLOCHAIN_PATH src-tauri/bins/holochain-v0.2.3-beta-rc.1-x86_64-apple-darwin @@ -78,7 +78,7 @@ jobs: LAIR_PATH=$(which lair-keystore) cp $LAIR_PATH src-tauri/bins/lair-keystore-v0.3.0-x86_64-unknown-linux-gnu - cargo install holochain --version v0.2.3-beta-rc.1 --locked --features sqlite-encrypted + cargo install holochain --version 0.2.3-beta-rc.1 --locked --features sqlite-encrypted HOLOCHAIN_PATH=$(which holochain) cp $HOLOCHAIN_PATH src-tauri/bins/holochain-v0.2.3-beta-rc.1-x86_64-unknown-linux-gnu