build: remove gclient-extra-args from publish jobs (#42491)

build: remove gclient-extra-args from publish ymls
This commit is contained in:
Keeley Hammond 2024-06-13 17:11:47 -05:00 committed by GitHub
parent 4701795dc0
commit c41ded2e89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

View file

@ -36,8 +36,6 @@ jobs:
fetch-depth: 0
- name: Checkout & Sync & Save
uses: ./src/electron/.github/actions/checkout
with:
gclient-extra-args: '--custom-var=checkout_arm=True --custom-var=checkout_arm64=True'
publish-x64:
uses: ./.github/workflows/pipeline-segment-electron-build.yml

View file

@ -39,7 +39,6 @@ jobs:
uses: ./src/electron/.github/actions/checkout
with:
generate-sas-token: 'true'
gclient-extra-args: '--custom-var=checkout_mac=True --custom-var=host_os=mac'
publish-x64:
uses: ./.github/workflows/pipeline-segment-electron-build.yml