mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-02-02 10:27:20 +01:00
Fix Mac CI alignment
This commit is contained in:
parent
43a83c1c84
commit
ac8d58c247
10
.github/workflows/ci-mac.yml
vendored
10
.github/workflows/ci-mac.yml
vendored
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user