Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimrocha committed Oct 5, 2023
1 parent a1b1f19 commit 35cb52a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/app-artifacts-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
go-version: '1.20.*'
- name: Dependencies
run: brew install make
- name: Build Backend and Frontend
run: |
make
- name: Add MacOS certs
run: cd ./app/mac/scripts/ && sh ./setup-certificate.sh
env:
Expand All @@ -35,7 +38,7 @@ jobs:
- name: Build Notarized App Mac
if: ${{ inputs.signBinaries }}
run: |
make && make app-mac
make app-mac
env:
APPLEID: ${{ secrets.APPLEID }}
APPLEIDPASS: ${{ secrets.APPLEIDPASS }}
Expand Down

0 comments on commit 35cb52a

Please sign in to comment.