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

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Apr 17, 2024
2 parents 06b8d36 + e6d791e commit a6a9d08
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# platform: [ubuntu-22.04]
platform: [windows-2019, macos-11, ubuntu-22.04]
platform: [windows-2019]
# platform: [windows-2019, macos-11, ubuntu-22.04]
env:
MACOSX_DEPLOYMENT_TARGET: 10.13

Expand Down Expand Up @@ -42,13 +42,16 @@ jobs:
run: |
mkdir src-tauri/bins
cargo install --version 0.4.2 lair_keystore
$LkPath = Get-Command lair-keystore | Select-Object -ExpandProperty Definition
Copy-Item $LkPath -Destination src-tauri/bins/lair-keystore-v0.4.2-x86_64-pc-windows-msvc.exe
# cargo install --version 0.4.2 lair_keystore
# $LkPath = Get-Command lair-keystore | Select-Object -ExpandProperty Definition
# Copy-Item $LkPath -Destination src-tauri/bins/lair-keystore-v0.4.2-x86_64-pc-windows-msvc.exe
cargo install holochain --version 0.2.7 --locked --features sqlite-encrypted
$HcPath = Get-Command holochain | Select-Object -ExpandProperty Definition
Copy-Item $HcPath -Destination src-tauri/bins/holochain-v0.2.7-x86_64-pc-windows-msvc.exe
# cargo install holochain --version 0.2.7 --locked --features sqlite-encrypted
# $HcPath = Get-Command holochain | Select-Object -ExpandProperty Definition
# Copy-Item $HcPath -Destination src-tauri/bins/holochain-v0.2.7-x86_64-pc-windows-msvc.exe
curl -L --output src-tauri/bins/lair-keystore-v0.4.2-x86_64-pc-windows-msvc.exe https://github.com/matthme/holochain-binaries/releases/download/lair-binaries-0.4.2/lair-keystore-v0.4.2-x86_64-pc-windows-msvc.exe
curl -L --output src-tauri/bins/holochain-v0.2.7-x86_64-pc-windows-msvc.exe https://github.com/matthme/holochain-binaries/releases/download/holochain-binaries-0.2.7/holochain-v0.2.7-x86_64-pc-windows-msvc.exe
# NEW_VERSION: install new holochain version and copy its binary to the tauri path
Expand Down

0 comments on commit a6a9d08

Please sign in to comment.