Skip to content

Commit

Permalink
release from netaudit branch
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Jun 17, 2024
1 parent d3425cd commit d003731
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/holochain-binaries-manually.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
$env:HOLOCHAIN_VERSION = $(node -p -e "require('./config.json').holochainVersion")
# cargo install holochain --version $env:HOLOCHAIN_VERSION --locked
cargo install holochain --git https://github.com/holochain/holochain --rev d4a2f2c90abbe966c38a207bdc41979c5ec7d9a7
cargo install holochain --git https://github.com/holochain/holochain --rev 9fc92667b775b893cb1a50c062554744fc0cbc06
$HcPath = Get-Command holochain | Select-Object -ExpandProperty Definition
Copy-Item $HcPath -Destination holochain-v$env:HOLOCHAIN_VERSION-x86_64-pc-windows-msvc.exe
Expand All @@ -62,14 +62,14 @@ jobs:
HOLOCHAIN_VERSION=$(node -p -e "require('./config.json').holochainVersion")
# cargo install holochain --version $HOLOCHAIN_VERSION --target x86_64-apple-darwin --locked
cargo install holochain --git https://github.com/holochain/holochain --rev d4a2f2c90abbe966c38a207bdc41979c5ec7d9a7
cargo install holochain --git https://github.com/holochain/holochain --rev 9fc92667b775b893cb1a50c062554744fc0cbc06
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH holochain-v$HOLOCHAIN_VERSION-x86_64-apple-darwin
gh release upload "${GITHUB_REF#refs/tags/}" "holochain-v$HOLOCHAIN_VERSION-x86_64-apple-darwin"
# cargo install holochain --version $HOLOCHAIN_VERSION --target aarch64-apple-darwin --locked
cargo install holochain --git https://github.com/holochain/holochain --rev d4a2f2c90abbe966c38a207bdc41979c5ec7d9a7
cargo install holochain --git https://github.com/holochain/holochain --rev 9fc92667b775b893cb1a50c062554744fc0cbc06
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH holochain-v$HOLOCHAIN_VERSION-aarch64-apple-darwin
Expand All @@ -84,7 +84,7 @@ jobs:
HOLOCHAIN_VERSION=$(node -p -e "require('./config.json').holochainVersion")
# cargo install holochain --version $HOLOCHAIN_VERSION --locked
cargo install holochain --git https://github.com/holochain/holochain --rev d4a2f2c90abbe966c38a207bdc41979c5ec7d9a7
cargo install holochain --git https://github.com/holochain/holochain --rev 9fc92667b775b893cb1a50c062554744fc0cbc06
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH holochain-v$HOLOCHAIN_VERSION-x86_64-unknown-linux-gnu
Expand Down

0 comments on commit d003731

Please sign in to comment.