mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Upload arm64 artifacts
This commit is contained in:
parent
831c601a32
commit
e406ca798e
1 changed files with 7 additions and 0 deletions
7
.github/workflows/nodejs.yml
vendored
7
.github/workflows/nodejs.yml
vendored
|
|
@ -39,11 +39,18 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=dmgName::$(ls dist/*.dmg | cut -d'/' -f2)"
|
echo "::set-output name=dmgName::$(ls dist/*.dmg | cut -d'/' -f2)"
|
||||||
echo "::set-output name=dmgPath::$(ls dist/*.dmg)"
|
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)"
|
||||||
- name: Archive macOS Build Artifacts
|
- name: Archive macOS Build Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.getmacosfilename.outputs.dmgName }}
|
name: ${{ steps.getmacosfilename.outputs.dmgName }}
|
||||||
path: ${{ steps.getmacosfilename.outputs.dmgPath }}
|
path: ${{ steps.getmacosfilename.outputs.dmgPath }}
|
||||||
|
- name: Archive macOS arm64 Build Artifacts
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: ${{ steps.getmacosfilename.outputs.armDmgName }}
|
||||||
|
path: ${{ steps.getmacosfilename.outputs.armDmgPath }}
|
||||||
ci_linux:
|
ci_linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue