build: remove gclient-extra-args from publish jobs (#42491)
build: remove gclient-extra-args from publish ymls
This commit is contained in:
parent
4701795dc0
commit
c41ded2e89
2 changed files with 0 additions and 3 deletions
2
.github/workflows/linux-publish.yml
vendored
2
.github/workflows/linux-publish.yml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/macos-publish.yml
vendored
1
.github/workflows/macos-publish.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue