|
|
@ -35,14 +35,8 @@ jobs:
|
|
|
|
fail-fast: false
|
|
|
|
fail-fast: false
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
platform: [linux, darwin, win32]
|
|
|
|
platform: [linux, darwin, win32]
|
|
|
|
architecture: [x64]
|
|
|
|
architecture: [x64, arm64]
|
|
|
|
include:
|
|
|
|
|
|
|
|
- platform: darwin
|
|
|
|
|
|
|
|
architecture: arm64
|
|
|
|
|
|
|
|
- platform: linux
|
|
|
|
|
|
|
|
architecture: arm64
|
|
|
|
|
|
|
|
- platform: win32
|
|
|
|
|
|
|
|
architecture: arm64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
@ -116,7 +110,7 @@ jobs:
|
|
|
|
working-directory: ${{ runner.temp }}/${{ env.ARTIFACT_NAME }}
|
|
|
|
working-directory: ${{ runner.temp }}/${{ env.ARTIFACT_NAME }}
|
|
|
|
|
|
|
|
|
|
|
|
- name: Setup Node.js ${{ inputs.tool-version }}
|
|
|
|
- name: Setup Node.js ${{ inputs.tool-version }}
|
|
|
|
if: inputs.tool-name == 'node' || matrix.node == true
|
|
|
|
if: inputs.tool-name == 'node'
|
|
|
|
uses: actions/setup-node@v3
|
|
|
|
uses: actions/setup-node@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: ${{ inputs.tool-version }}
|
|
|
|
node-version: ${{ inputs.tool-version }}
|
|
|
|