diff --git a/qbox-lean.yaml b/qbox-lean.yaml index 9629330..abe7d9e 100644 --- a/qbox-lean.yaml +++ b/qbox-lean.yaml @@ -220,10 +220,12 @@ tasks: ref: main src: https://github.com/qbox-project/qbx_vehiclekeys - - action: download_github - dest: ./resources/[qbx]/qbx_smallresources - ref: main - src: https://github.com/qbox-project/qbx_smallresources + - action: download_file + path: ./tmp/qbx_smallresources.zip + url: https://github.com/qbox-project/qbx_smallresources/releases/latest/download/qbx_smallresources.zip + - action: unzip + dest: ./resources/[qbx] + src: ./tmp/qbx_smallresources.zip - action: download_github dest: ./resources/[qbx]/qbx_density @@ -238,10 +240,12 @@ tasks: - action: waste_time # prevent github throttling seconds: 10 - - action: download_github - dest: ./resources/[qbx]/qbx_loading - ref: main - src: https://github.com/qbox-project/qbx_loading + - action: download_file + path: ./tmp/qbx_loading.zip + url: https://github.com/qbox-project/qbx_loading/releases/latest/download/qbx_loading.zip + - action: unzip + dest: ./resources/[qbx] + src: ./tmp/qbx_loading.zip # OX - action: download_file diff --git a/qbox-stable.yaml b/qbox-stable.yaml index 351244e..e67061e 100644 --- a/qbox-stable.yaml +++ b/qbox-stable.yaml @@ -179,6 +179,20 @@ tasks: dest: ./resources/[qbx] src: ./tmp/qbx_garages.zip + - action: download_file + path: ./tmp/qbx_smallresources.zip + url: https://github.com/qbox-project/qbx_smallresources/releases/latest/download/qbx_smallresources.zip + - action: unzip + dest: ./resources/[qbx] + src: ./tmp/qbx_smallresources.zip + + - action: download_file + path: ./tmp/qbx_loading.zip + url: https://github.com/qbox-project/qbx_loading/releases/latest/download/qbx_loading.zip + - action: unzip + dest: ./resources/[qbx] + src: ./tmp/qbx_loading.zip + # OX - action: download_file path: ./tmp/ox_lib.zip diff --git a/qbox.yaml b/qbox.yaml index f97cf38..b4b1fed 100644 --- a/qbox.yaml +++ b/qbox.yaml @@ -268,10 +268,12 @@ tasks: ref: main src: https://github.com/qbox-project/qbx_spawn - - action: download_github - dest: ./resources/[qbx]/qbx_smallresources - ref: main - src: https://github.com/qbox-project/qbx_smallresources + - action: download_file + path: ./tmp/qbx_smallresources.zip + url: https://github.com/qbox-project/qbx_smallresources/releases/latest/download/qbx_smallresources.zip + - action: unzip + dest: ./resources/[qbx] + src: ./tmp/qbx_smallresources.zip - action: download_github dest: ./resources/[qbx]/qbx_recyclejob @@ -355,10 +357,12 @@ tasks: - action: waste_time # prevent github throttling seconds: 10 - - action: download_github - dest: ./resources/[qbx]/qbx_loading - ref: main - src: https://github.com/qbox-project/qbx_loading + - action: download_file + path: ./tmp/qbx_loading.zip + url: https://github.com/qbox-project/qbx_loading/releases/latest/download/qbx_loading.zip + - action: unzip + dest: ./resources/[qbx] + src: ./tmp/qbx_loading.zip - action: download_github dest: ./resources/[qbx]/qbx_idcard