dmg again

This commit is contained in:
vapormusic 2022-02-12 19:12:23 +07:00
parent ae301b49e5
commit d836c4c513
4 changed files with 679 additions and 3 deletions

View file

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