1
1
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:
2024-06-17 09:13:31 +02:00
parent 957cb9e1a5
commit 7494ff6fcf

View File

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