diff --git a/qbox-lean.yaml b/qbox-lean.yaml index a3756e6..9629330 100644 --- a/qbox-lean.yaml +++ b/qbox-lean.yaml @@ -173,10 +173,12 @@ tasks: dest: ./resources/[qbx] src: ./tmp/qbx_management.zip - - action: download_github - dest: ./resources/[qbx]/qbx_garages - ref: main - src: https://github.com/qbox-project/qbx_garages + - action: download_file + path: ./tmp/qbx_garages.zip + url: https://github.com/qbox-project/qbx_garages/releases/latest/download/qbx_garages.zip + - action: unzip + dest: ./resources/[qbx] + src: ./tmp/qbx_garages.zip - action: download_github dest: ./resources/[qbx]/qbx_ambulancejob diff --git a/qbox-stable.yaml b/qbox-stable.yaml index 121cc00..351244e 100644 --- a/qbox-stable.yaml +++ b/qbox-stable.yaml @@ -172,6 +172,13 @@ tasks: dest: ./resources/[qbx] src: ./tmp/qbx_vehicles.zip + - action: download_file + path: ./tmp/qbx_garages.zip + url: https://github.com/qbox-project/qbx_garages/releases/latest/download/qbx_garages.zip + - action: unzip + dest: ./resources/[qbx] + src: ./tmp/qbx_garages.zip + # OX - action: download_file path: ./tmp/ox_lib.zip @@ -232,8 +239,6 @@ tasks: dest: ./resources/[npwd]/npwd/config.json overwrite: true - - - action: download_file path: ./tmp/npwd_qbx_mail.zip url: https://github.com/Qbox-project/npwd_qbx_mail/releases/latest/download/npwd_qbx_mail.zip diff --git a/qbox.yaml b/qbox.yaml index f604493..0dacfff 100644 --- a/qbox.yaml +++ b/qbox.yaml @@ -188,10 +188,12 @@ tasks: ref: main src: https://github.com/qbox-project/qbx_lapraces - - action: download_github - dest: ./resources/[qbx]/qbx_garages - ref: main - src: https://github.com/qbox-project/qbx_garages + - action: download_file + path: ./tmp/qbx_garages.zip + url: https://github.com/qbox-project/qbx_garages/releases/latest/download/qbx_garages.zip + - action: unzip + dest: ./resources/[qbx] + src: ./tmp/qbx_garages.zip - action: download_github dest: ./resources/[qbx]/qbx_ambulancejob