refactor: Update profile data path in alpha.yml workflow

This commit is contained in:
Mauro Balades
2024-07-26 14:57:29 +02:00
parent 8b56897a11
commit 7e0e3f4145
4 changed files with 4 additions and 5 deletions

View File

@@ -203,7 +203,7 @@ jobs:
needs: [windows-step-1, build-data]
with:
build-version: ${{ needs.build-data.outputs.version }}
profile-data-path-archive: zen-windows-x86_64-profile-data-and-jarlog.zip
profile-data-path-archive: zen.win64-pgo-stage-1.zip
windows-step-3:
name: Windows build step 3 (build with profile data)

View File

@@ -9,7 +9,7 @@ on:
jobs:
mac-build:
runs-on: macos-14
runs-on: warp-macos-13-arm64-6x
steps:
- name: Install Node.js

View File

@@ -9,8 +9,7 @@ fi
ulimit -n 4096
# Check if xfvb is installed
if ! command -v Xvfb &> /dev/null
then
if ! command -v Xvfb &> /dev/null; then
if ! test "$ZEN_CROSS_COMPILING"
then
Xvfb :2 -screen 0 1024x768x24 &

View File

@@ -40,7 +40,7 @@ jobs:
name: Download artifact
with:
path: C:\artifact
name: ${{ inputs.profile-data-path-archive }}
name: zen-windows-x86_64-profile-data-and-jarlog.zip
- name: Unpack artifact
run: |