Skip to content

Commit

Permalink
switched to building binaries in release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 14, 2023
1 parent 66bf877 commit 028d276
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ jobs:
run: |
mkdir resources/bins
# cargo install --version 0.3.0 lair_keystore
# $LkPath = Get-Command lair-keystore | Select-Object -ExpandProperty Definition
# Copy-Item $LkPath -Destination resources/bins/lair-keystore-v0.3.0.exe
cargo install --version 0.3.0 lair_keystore
$LkPath = Get-Command lair-keystore | Select-Object -ExpandProperty Definition
Copy-Item $LkPath -Destination resources/bins/lair-keystore-v0.3.0.exe
curl -L --output resources/bins/lair-keystore-v0.3.0.exe https://github.com/matthme/launcher-electron/releases/download/lair-binaries-v0.3.0/lair-keystore-v0.3.0-x86_64-pc-windows-msvc.exe
# curl -L --output resources/bins/lair-keystore-v0.3.0.exe https://github.com/matthme/launcher-electron/releases/download/lair-binaries-v0.3.0/lair-keystore-v0.3.0-x86_64-pc-windows-msvc.exe
# cargo install holochain --version 0.2.4-rc.0 --locked --features sqlite-encrypted
# $HcPath = Get-Command holochain | Select-Object -ExpandProperty Definition
# Copy-Item $HcPath -Destination resources/bins/holochain-v0.2.4-rc.0.exe
cargo install holochain --version 0.2.4-rc.0 --locked --features sqlite-encrypted
$HcPath = Get-Command holochain | Select-Object -ExpandProperty Definition
Copy-Item $HcPath -Destination resources/bins/holochain-v0.2.4-rc.0.exe
curl -L --output resources/bins/holochain-v0.2.4-rc.0.exe https://github.com/matthme/launcher-electron/releases/download/holochain-binaries-v0.2.4-rc.0/holochain-v0.2.4-rc.0-x86_64-pc-windows-msvc.exe
# curl -L --output resources/bins/holochain-v0.2.4-rc.0.exe https://github.com/matthme/launcher-electron/releases/download/holochain-binaries-v0.2.4-rc.0/holochain-v0.2.4-rc.0-x86_64-pc-windows-msvc.exe
# NEW_VERSION: install new holochain version and copy its binary to the tauri path
Expand All @@ -78,19 +78,19 @@ jobs:
run: |
mkdir resources/bins
# cargo install --version 0.3.0 lair_keystore
# LAIR_PATH=$(which lair-keystore)
# cp $LAIR_PATH resources/bins/lair-keystore-v0.3.0
cargo install --version 0.3.0 lair_keystore
LAIR_PATH=$(which lair-keystore)
cp $LAIR_PATH resources/bins/lair-keystore-v0.3.0
curl -L --output resources/bins/lair-keystore-v0.3.0 https://github.com/matthme/launcher-electron/releases/download/lair-binaries-v0.3.0/lair-keystore-v0.3.0-x86_64-apple-darwin
chmod +x ./resources/bins/lair-keystore-v0.3.0
# curl -L --output resources/bins/lair-keystore-v0.3.0 https://github.com/matthme/launcher-electron/releases/download/lair-binaries-v0.3.0/lair-keystore-v0.3.0-x86_64-apple-darwin
# chmod +x ./resources/bins/lair-keystore-v0.3.0
# cargo install holochain --version 0.2.4-rc.0 --locked --features sqlite-encrypted
# HOLOCHAIN_PATH=$(which holochain)
# cp $HOLOCHAIN_PATH resources/bins/holochain-v0.2.4-rc.0
cargo install holochain --version 0.2.4-rc.0 --locked --features sqlite-encrypted
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH resources/bins/holochain-v0.2.4-rc.0
curl -L --output resources/bins/holochain-v0.2.4-rc.0 https://github.com/matthme/launcher-electron/releases/download/holochain-binaries-v0.2.4-rc.0/holochain-v0.2.4-rc.0-x86_64-apple-darwin
chmod +x ./resources/bins/holochain-v0.2.4-rc.0
# curl -L --output resources/bins/holochain-v0.2.4-rc.0 https://github.com/matthme/launcher-electron/releases/download/holochain-binaries-v0.2.4-rc.0/holochain-v0.2.4-rc.0-x86_64-apple-darwin
# chmod +x ./resources/bins/holochain-v0.2.4-rc.0
# NEW_VERSION: install new holochain version and copy its binary to the tauri path
Expand All @@ -99,19 +99,19 @@ jobs:
run: |
mkdir resources/bins
# cargo install --version 0.3.0 lair_keystore
# LAIR_PATH=$(which lair-keystore)
# cp $LAIR_PATH resources/bins/lair-keystore-v0.3.0
cargo install --version 0.3.0 lair_keystore
LAIR_PATH=$(which lair-keystore)
cp $LAIR_PATH resources/bins/lair-keystore-v0.3.0
curl -L --output resources/bins/lair-keystore-v0.3.0 https://github.com/matthme/launcher-electron/releases/download/lair-binaries-v0.3.0/lair-keystore-v0.3.0-x86_64-unknown-linux-gnu
chmod +x ./resources/bins/lair-keystore-v0.3.0
# curl -L --output resources/bins/lair-keystore-v0.3.0 https://github.com/matthme/launcher-electron/releases/download/lair-binaries-v0.3.0/lair-keystore-v0.3.0-x86_64-unknown-linux-gnu
# chmod +x ./resources/bins/lair-keystore-v0.3.0
# cargo install holochain --version 0.2.4-rc.0 --locked --features sqlite-encrypted
# HOLOCHAIN_PATH=$(which holochain)
# cp $HOLOCHAIN_PATH resources/bins/holochain-v0.2.4-rc.0
cargo install holochain --version 0.2.4-rc.0 --locked --features sqlite-encrypted
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH resources/bins/holochain-v0.2.4-rc.0
curl -L --output resources/bins/holochain-v0.2.4-rc.0 https://github.com/matthme/launcher-electron/releases/download/holochain-binaries-v0.2.4-rc.0/holochain-v0.2.4-rc.0-x86_64-unknown-linux-gnu
chmod +x ./resources/bins/holochain-v0.2.4-rc.0
# curl -L --output resources/bins/holochain-v0.2.4-rc.0 https://github.com/matthme/launcher-electron/releases/download/holochain-binaries-v0.2.4-rc.0/holochain-v0.2.4-rc.0-x86_64-unknown-linux-gnu
# chmod +x ./resources/bins/holochain-v0.2.4-rc.0
# NEW_VERSION: install new holochain version and copy its binary to the tauri path
Expand Down

0 comments on commit 028d276

Please sign in to comment.