From 7494ff6fcf70411e54f2aa601e43620a82e7b7aa Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Mon, 17 Jun 2024 09:13:31 +0200 Subject: [PATCH] ci: changes on create-artifact-macos.yml --- .github/workflows/create-artifact-macos.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-artifact-macos.yml b/.github/workflows/create-artifact-macos.yml index d3b665e0..be0f7d2f 100644 --- a/.github/workflows/create-artifact-macos.yml +++ b/.github/workflows/create-artifact-macos.yml @@ -18,6 +18,7 @@ jobs: - name: npm install & build run: | npm install + npm install "dmg-license" --save-optional npm run build - name: Upload Artifact @@ -45,12 +46,13 @@ jobs: - name: npm install & build run: | npm install + npm install "dmg-license" --save-optional npm run build - name: Upload Artifact uses: actions/upload-artifact@v3 with: - name: macos-build-beta + name: macos-build-develop retention-days: 3 path: | build