From 79981100c58fd58d4a4dc42898e78800f930a1f3 Mon Sep 17 00:00:00 2001 From: Manason Date: Sat, 22 Jun 2024 06:46:34 -0700 Subject: [PATCH] chore(recipe): add qbx_vehicles to lean and set to download latest release --- qbox-lean.yaml | 7 +++++++ qbox.yaml | 10 ++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/qbox-lean.yaml b/qbox-lean.yaml index 38af05a..d5c519f 100644 --- a/qbox-lean.yaml +++ b/qbox-lean.yaml @@ -131,6 +131,13 @@ tasks: dest: ./resources/[qbx] src: ./tmp/qbx_core.zip + - action: download_file + path: ./tmp/qbx_vehicles.zip + url: https://github.com/qbox-project/qbx_vehicles/releases/latest/download/qbx_vehicles.zip + - action: unzip + dest: ./resources/[qbx] + src: ./tmp/qbx_vehicles.zip + - action: download_github dest: ./resources/[qbx]/qbx_scoreboard ref: main diff --git a/qbox.yaml b/qbox.yaml index 420a456..f6b5b04 100644 --- a/qbox.yaml +++ b/qbox.yaml @@ -395,10 +395,12 @@ tasks: ref: main src: https://github.com/Qbox-project/qbx_fireworks - - action: download_github - dest: ./resources/[qbx]/qbx_vehicles - ref: main - src: https://github.com/Qbox-project/qbx_vehicles + - action: download_file + path: ./tmp/qbx_vehicles.zip + url: https://github.com/qbox-project/qbx_vehicles/releases/latest/download/qbx_vehicles.zip + - action: unzip + dest: ./resources/[qbx] + src: ./tmp/qbx_vehicles.zip - action: download_github dest: ./resources/[qbx]/qbx_density