From 397377044e9f9ee66913d7603213dbb2eb518ddf Mon Sep 17 00:00:00 2001 From: paolino Date: Wed, 21 Feb 2024 11:41:34 +0000 Subject: [PATCH] Update github action for macos E2E to use the new job key --- test/e2e/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/Rakefile b/test/e2e/Rakefile index c8b4694a3ca..dce1a6d6305 100644 --- a/test/e2e/Rakefile +++ b/test/e2e/Rakefile @@ -302,7 +302,7 @@ task :get_latest_bins, [:branch, :state] do |_task, args| log "Getting '#{job_key}' artifact 👇" bk.get_artifacts(last_build, jobs[job_key], BINS) elsif mac? - job_key = 'macos-package' + job_key = 'macos-intel-package' log "Getting '#{job_key}' artifact 👇" bk.get_artifacts(last_build, jobs[job_key], BINS) end