From da18e0c9b9fa8ce5f8acfec76af67a0641079567 Mon Sep 17 00:00:00 2001 From: Ardian Date: Tue, 18 Jun 2024 13:04:28 +0200 Subject: [PATCH] feat: download pearl on the fly --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71bf0b5f1..323123f80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,8 @@ jobs: - uses: actions/setup-node@v1 with: node-version: "20.11" + - name: Download binary + run: curl -L -o electron/bins/pearl https://tempfileserver.staging.autonolas.tech/pearl && chmod +x electron/bins/pearl - uses: snok/install-poetry@v1 with: version: "1.7.1"