mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
adjust mac artifact names
This commit is contained in:
parent
60eddb15a2
commit
b64e52135a
2 changed files with 5 additions and 4 deletions
8
.github/workflows/nodejs.yml
vendored
8
.github/workflows/nodejs.yml
vendored
|
|
@ -37,10 +37,10 @@ jobs:
|
|||
- name: Get macOS Artifact Names
|
||||
id: getmacosfilename
|
||||
run: |
|
||||
echo "::set-output name=dmgName::$(ls dist/*.dmg | cut -d'/' -f2)"
|
||||
echo "::set-output name=dmgPath::$(ls dist/*.dmg)"
|
||||
echo "::set-output name=armDmgName::$(ls dist/*arm64.dmg | cut -d'/' -f2)"
|
||||
echo "::set-output name=armDmgPath::$(ls dist/*arm64.dmg)"
|
||||
echo "::set-output name=dmgName::$(ls dist/*-mac.dmg | cut -d'/' -f2)"
|
||||
echo "::set-output name=dmgPath::$(ls dist/*-mac.dmg)"
|
||||
echo "::set-output name=armDmgName::$(ls dist/*-mac-arm64.dmg | cut -d'/' -f2)"
|
||||
echo "::set-output name=armDmgPath::$(ls dist/*-mac-arm64.dmg)"
|
||||
- name: Archive macOS Build Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@
|
|||
"arm64"
|
||||
]
|
||||
},
|
||||
"artifactName": "${productName}-${version}-${channel}-${os}-${arch}.${ext}",
|
||||
"category": "public.app-category.developer-tools",
|
||||
"extendInfo": {
|
||||
"CFBundleDocumentTypes": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue