From 35cb52a9912d24f1a271295744c8cc738cf9c30d Mon Sep 17 00:00:00 2001 From: Joaquim Rocha Date: Thu, 5 Oct 2023 01:19:40 +0100 Subject: [PATCH] WIP --- .github/workflows/app-artifacts-mac.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/app-artifacts-mac.yml b/.github/workflows/app-artifacts-mac.yml index 2a5e3fcffe0..10ea195909c 100644 --- a/.github/workflows/app-artifacts-mac.yml +++ b/.github/workflows/app-artifacts-mac.yml @@ -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: @@ -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 }}