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

Download macos firod built from client-api branch in workflow. #211

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
- name: Install electron-builder
run: npm install -g electron-builder

- name: Download firod for macOS
if: matrix.os == 'macos-latest'
run: |
curl -L https://artifacts.firo.org/client-api/latest/firod -o assets/core/darwin/firod
chmod +x assets/core/darwin/firod

- name: Build
shell: bash
env:
Expand Down