dmg again
This commit is contained in:
parent
ae301b49e5
commit
d836c4c513
4 changed files with 679 additions and 3 deletions
7
.github/workflows/build-macos.yml
vendored
7
.github/workflows/build-macos.yml
vendored
|
@ -97,11 +97,16 @@ jobs:
|
|||
# - name: Perform CodeQL Analysis
|
||||
# uses: github/codeql-action/analyze@v1
|
||||
|
||||
- name: Add license to dmg
|
||||
run: |
|
||||
npm install --global dmg-license
|
||||
dmg-license resources/license.json dist/*.dmg
|
||||
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v2.2.3
|
||||
with:
|
||||
# Artifact name
|
||||
name: macOS
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: dist/
|
||||
path: dist/*.dmg
|
||||
# The desired behavior if no files are found using the provided path.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue