Skip to content

Commit

Permalink
add daemon download to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Jan 31, 2024
1 parent 3e76202 commit 6868d9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
- name: Build
run: yarn workspace ${{ matrix.app }} build
shell: bash
- name: Download daemon binary
run: yarn workspace ${{ matrix.app }} download:binary
shell: bash
- name: Package executable bundles, sign and notarize, make distributables
run: |
yarn workspace ${{ matrix.app }} make --arch=x64
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
- name: Build
run: yarn workspace ${{ matrix.app }} build
shell: bash
- name: Download daemon binary
run: yarn workspace ${{ matrix.app }} download:binary
shell: bash
- name: Package executable bundles, sign and notarize, make and publish distributables
env:
BUCKET_ACCESS_KEY_ID: ${{ secrets.BUCKET_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 6868d9d

Please sign in to comment.