build: upload separate artifact for src files (#42486)

This commit is contained in:
Shelley Vohr
2024-06-13 16:35:13 -05:00
committed by GitHub
parent a0a8bd2222
commit 9fe1b05025
5 changed files with 42 additions and 12 deletions

View File

@@ -81,6 +81,11 @@ jobs:
with:
name: generated_artifacts_${{ matrix.build-type }}_${{ inputs.target-arch }}
path: ./generated_artifacts_${{ matrix.build-type }}_${{ inputs.target-arch }}
- name: Download Src Artifacts
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: src_artifacts_${{ matrix.build-type }}_${{ env.TARGET_ARCH }}
path: ./src_artifacts_${{ matrix.build-type }}_${{ env.TARGET_ARCH }}
- name: Restore Generated Artifacts
run: ./src/electron/script/actions/restore-artifacts.sh
- name: Unzip Dist, Mksnapshot & Chromedriver