From f61b811ea34f52171ae8667a702b0d88f3b821f6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 10 Oct 2023 15:14:07 +0200 Subject: [PATCH] fixed cargo install holochain --- .github/workflows/release-codesigned.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-codesigned.yaml b/.github/workflows/release-codesigned.yaml index ce87d28..3bd628a 100644 --- a/.github/workflows/release-codesigned.yaml +++ b/.github/workflows/release-codesigned.yaml @@ -44,7 +44,7 @@ jobs: Copy-Item $LkPath -Destination src-tauri/bins/lair-keystore-v0.3.0-x86_64-pc-windows-msvc.exe - cargo install holochain --version holochain-v0.2.3-beta-rc.1 --locked --features sqlite-encrypted + cargo install holochain --version 0.2.3-beta-rc.1 --locked --features sqlite-encrypted $HcPath = Get-Command holochain | Select-Object -ExpandProperty Definition Copy-Item $HcPath -Destination src-tauri/bins/holochain-v0.2.3-beta-rc.1-x86_64-pc-windows-msvc.exe @@ -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 holochain-v0.2.3-beta-rc.1 --locked --features sqlite-encrypted + cargo install holochain --version v0.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 holochain-v0.2.3-beta-rc.1 --locked --features sqlite-encrypted + cargo install holochain --version v0.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