From 3716575d8cf7a1f8d8452b333484ceb9eefa69b4 Mon Sep 17 00:00:00 2001 From: richard elms Date: Thu, 14 Nov 2024 09:09:25 +0100 Subject: [PATCH] pipeline fix [full ci] --- .buildkite/unity.6000.full.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/unity.6000.full.yml b/.buildkite/unity.6000.full.yml index 2b910ab..6978078 100644 --- a/.buildkite/unity.6000.full.yml +++ b/.buildkite/unity.6000.full.yml @@ -89,7 +89,7 @@ steps: commands: - bundle install - 'rake test:ios:generate_xcode' - - tar -zvcf project_2022.tgz features/fixtures/mazerunner/mazerunner_xcode + - tar -zvcf project_6000.tgz features/fixtures/mazerunner/mazerunner_xcode retry: automatic: - exit_status: '*' @@ -105,7 +105,7 @@ steps: plugins: 'artifacts#v1.9.0': download: - - project_2022.tgz + - project_6000.tgz upload: - features/fixtures/mazerunner/mazerunner_6000.ipa - features/fixtures/unity.log