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