Skip to content

Commit

Permalink
ci: changes on create-artifact-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Jun 17, 2024
1 parent 957cb9e commit 7494ff6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-artifact-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: npm install & build
run: |
npm install
npm install "dmg-license" --save-optional
npm run build
- name: Upload Artifact
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7494ff6

Please sign in to comment.