ci: fix macos build actions

This commit is contained in:
Fabio Di Stasio 2024-06-19 09:08:25 +02:00
parent cb25963a67
commit e952f9f5f8
3 changed files with 7 additions and 3 deletions

View File

@ -29,7 +29,9 @@ jobs:
node-version: 20
- name: Install dependencies
run: npm i
run: |
npm i
npm install "dmg-license" --save-optional
- name: "Build"
run: npm run build

View File

@ -35,7 +35,9 @@ jobs:
node-version: 20
- name: Install dependencies
run: npm i
run: |
npm i
npm install "dmg-license" --save-optional
- name: "Build"
run: npm run build

View File

@ -52,7 +52,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: macos-build-develop
name: macos-build-beta
retention-days: 3
path: |
build