Skip to content

Commit

Permalink
fixed cargo install holochain attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Oct 10, 2023
1 parent f61b811 commit ee5627e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-codesigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ee5627e

Please sign in to comment.