Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Upgraded to 143 and new devhub
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jun 17, 2022
1 parent ca72590 commit c0c3a47
Show file tree
Hide file tree
Showing 9 changed files with 435 additions and 46 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
$HcPath = Get-Command holochain | Select-Object -ExpandProperty Definition
Copy-Item $HcPath -Destination src-tauri/bins/holochain-v0.0.141-x86_64-pc-windows-msvc.exe
cargo install --locked --git https://github.com/guillemcordoba/holochain.git --rev fbe4de6d9ab7837a27cd63cf88b625b0caa60d23 holochain
$HcPath = Get-Command holochain | Select-Object -ExpandProperty Definition
Copy-Item $HcPath -Destination src-tauri/bins/holochain-v0.0.143-x86_64-pc-windows-msvc.exe
# NEW_VERSION: install new holochain version and copy its binary to the tauri path
- name: download caddy (MacOS only)
Expand Down Expand Up @@ -108,6 +112,10 @@ jobs:
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH src-tauri/bins/holochain-v0.0.141-x86_64-apple-darwin
cargo install --locked --git https://github.com/guillemcordoba/holochain.git --rev fbe4de6d9ab7837a27cd63cf88b625b0caa60d23 holochain
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH src-tauri/bins/holochain-v0.0.143-x86_64-apple-darwin
# NEW_VERSION: install new holochain version and copy its binary to the tauri path
- name: install dependencies (ubuntu only)
Expand Down Expand Up @@ -160,6 +168,10 @@ jobs:
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH src-tauri/bins/holochain-v0.0.141-x86_64-unknown-linux-gnu
cargo install --locked --git https://github.com/guillemcordoba/holochain.git --rev fbe4de6d9ab7837a27cd63cf88b625b0caa60d23 holochain
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH src-tauri/bins/holochain-v0.0.143-x86_64-unknown-linux-gnu
# NEW_VERSION: install new holochain version and copy its binary to the tauri path
- name: build the app
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH src-tauri/bins/holochain-v0.0.141-x86_64-unknown-linux-gnu
cargo install --locked --git https://github.com/guillemcordoba/holochain.git --rev fbe4de6d9ab7837a27cd63cf88b625b0caa60d23 holochain
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH src-tauri/bins/holochain-v0.0.143-x86_64-unknown-linux-gnu
# NEW_VERSION: install new holochain version and copy its binary to the tauri path
- name: install app dependencies and build it
Expand Down
Loading

0 comments on commit c0c3a47

Please sign in to comment.