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