From 4225302a4b8e506032f7a5aed5a4b06e4bad2872 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Mon, 22 Jul 2024 09:15:23 +0200 Subject: [PATCH] chore: Update windows-profile-build workflow to include windows-step-1 in the needs array --- .github/workflows/alpha.yml | 2 +- .github/workflows/windows-profile-build.yml | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 49ae10da8..cd65e43a3 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -189,7 +189,7 @@ jobs: uses: ./.github/workflows/windows-profile-build.yml permissions: contents: write - needs: [windows-step-1, build-data] + needs: [build-data] with: build-version: ${{ needs.build-data.outputs.version }} profile-data-path-archive: zen-windows-x86_64-profile-data-and-jarlog.zip diff --git a/.github/workflows/windows-profile-build.yml b/.github/workflows/windows-profile-build.yml index 9938825ce..0eb2b5972 100644 --- a/.github/workflows/windows-profile-build.yml +++ b/.github/workflows/windows-profile-build.yml @@ -17,16 +17,6 @@ jobs: runs-on: windows-latest steps: - - uses: actions/download-artifact@v4 - name: Download artifact - with: - path: C:\artifact - - - name: Unpack artifact - run: | - cd C:\artifact - ls - 7z x ${{ inputs.profile-data-path-archive }} - uses: actions/checkout@v4 name: Clone @@ -54,6 +44,7 @@ jobs: $workspace_dir = [regex]::replace($env:GITHUB_WORKSPACE, "^([A-Z]):", { "/" + $args.value.Substring(0, 1).toLower() }) -replace "\\","/" + echo "echo $workspace_dir" '' > mozilla-build-run.sh echo "cd $workspace_dir" '' >> mozilla-build-run.sh echo 'pnpm surfer download' '' > mozilla-build-run.sh echo "cd engine" '' >> mozilla-build-run.sh