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

Commit

Permalink
Download macos firod built from client-api branch in workflow. (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
danrmiller authored Feb 16, 2024
1 parent a5953ae commit 27ed6a6
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit 27ed6a6

Please sign in to comment.