mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
ci: changes on create-artifact-macos.yml
This commit is contained in:
4
.github/workflows/create-artifact-macos.yml
vendored
4
.github/workflows/create-artifact-macos.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
|||||||
- name: npm install & build
|
- name: npm install & build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
npm install "dmg-license" --save-optional
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
@@ -45,12 +46,13 @@ jobs:
|
|||||||
- name: npm install & build
|
- name: npm install & build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
npm install "dmg-license" --save-optional
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: macos-build-beta
|
name: macos-build-develop
|
||||||
retention-days: 3
|
retention-days: 3
|
||||||
path: |
|
path: |
|
||||||
build
|
build
|
||||||
|
Reference in New Issue
Block a user