build: remove gclient-extra-args from publish ymls
@@ -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
@@ -39,7 +39,6 @@ jobs:
with:
generate-sas-token: 'true'
- gclient-extra-args: '--custom-var=checkout_mac=True --custom-var=host_os=mac'