From ac8d58c247f06be2346a505ef079e62437453a57 Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Thu, 2 Jul 2020 12:29:59 -0400 Subject: [PATCH] Fix Mac CI alignment --- .github/workflows/ci-mac.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-mac.yml b/.github/workflows/ci-mac.yml index 5746226..eade665 100644 --- a/.github/workflows/ci-mac.yml +++ b/.github/workflows/ci-mac.yml @@ -54,11 +54,11 @@ jobs: with open('public/config.json', 'w+') as out: dump(json_dict, out) shell: python - - name: Install dependencies and build - run: | - npm install - npm run build --if-present - npm run build:mac-unsigned + - name: Install dependencies and build + run: | + npm install + npm run build --if-present + npm run build:mac-unsigned - name: Upload macOS (unsigned) bundle uses: actions/upload-artifact@v1 if: success()