mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
fixup use win32 to match process.platform
This commit is contained in:
@@ -54,7 +54,7 @@ jobs:
|
||||
env:
|
||||
BUILD_TYPE: ${{ matrix.build-type }}
|
||||
TARGET_ARCH: ${{ inputs.target-arch }}
|
||||
ARTIFACT_KEY: ${{ matrix.build-type == 'windows' && 'win32' || matrix.build-type }}
|
||||
ARTIFACT_KEY: ${{ matrix.build-type == 'windows' && 'win32' || matrix.build-type }}_${{ inputs.target-arch }}
|
||||
steps:
|
||||
- name: Fix node20 on arm32 runners
|
||||
if: ${{ inputs.target-arch == 'arm' && inputs.target-platform == 'linux' }}
|
||||
|
||||
Reference in New Issue
Block a user