|
|
@ -28,7 +28,7 @@ defaults:
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
build:
|
|
|
|
name: Build ${{ inputs.tool-name }} ${{ inputs.tool-version }} [${{ matrix.platform }}] [${{ matrix.architecture }}]
|
|
|
|
name: Build ${{ inputs.tool-name }} ${{ inputs.tool-version }} [${{ matrix.platform }}] [${{ matrix.architecture }}]
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: windows-latest
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
ARTIFACT_NAME: ${{ inputs.tool-name }}-${{ inputs.tool-version }}-${{ matrix.platform }}-${{ matrix.architecture }}
|
|
|
|
ARTIFACT_NAME: ${{ inputs.tool-name }}-${{ inputs.tool-version }}-${{ matrix.platform }}-${{ matrix.architecture }}
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
@ -214,4 +214,4 @@ jobs:
|
|
|
|
repo: context.repo.repo,
|
|
|
|
repo: context.repo.repo,
|
|
|
|
workflow_id: 'create-pr.yml',
|
|
|
|
workflow_id: 'create-pr.yml',
|
|
|
|
ref: 'main'
|
|
|
|
ref: 'main'
|
|
|
|
});
|
|
|
|
});
|
|
|
|