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()