diff --git a/.github/actions/build-electron/action.yml b/.github/actions/build-electron/action.yml index 58a416e01f40..710c0b8ac576 100644 --- a/.github/actions/build-electron/action.yml +++ b/.github/actions/build-electron/action.yml @@ -185,7 +185,7 @@ runs: if: ${{ inputs.is-release == 'true' }} run: | cd src - gn gen out/ffmpeg --args="import(\"//electron/build/args/ffmpeg.gn\") use_remoteexec=true $GN_EXTRA_ARGS" + e d gn gen out/ffmpeg --args="import(\"//electron/build/args/ffmpeg.gn\") use_remoteexec=true $GN_EXTRA_ARGS" e build --target electron:electron_ffmpeg_zip -C ../../out/ffmpeg -j $NUMBER_OF_NINJA_PROCESSES - name: Generate Hunspell Dictionaries ${{ inputs.step-suffix }} shell: bash diff --git a/.github/workflows/macos-publish.yml b/.github/workflows/macos-publish.yml index 34baead94a33..95673bde170c 100644 --- a/.github/workflows/macos-publish.yml +++ b/.github/workflows/macos-publish.yml @@ -39,6 +39,7 @@ jobs: uses: ./src/electron/.github/actions/checkout with: generate-sas-token: 'true' + target-platform: macos publish-x64-darwin: uses: ./.github/workflows/pipeline-segment-electron-build.yml diff --git a/.github/workflows/windows-publish.yml b/.github/workflows/windows-publish.yml index 1ee5845eaff4..25de754b0103 100644 --- a/.github/workflows/windows-publish.yml +++ b/.github/workflows/windows-publish.yml @@ -40,6 +40,9 @@ jobs: fetch-depth: 0 - name: Checkout & Sync & Save uses: ./src/electron/.github/actions/checkout + with: + generate-sas-token: 'true' + target-platform: win publish-x64-win: uses: ./.github/workflows/pipeline-segment-electron-build.yml