Fix Mac CI alignment

This commit is contained in:
Marquis Kurt 2020-07-02 12:29:59 -04:00
parent 43a83c1c84
commit ac8d58c247
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
1 changed files with 5 additions and 5 deletions

View File

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