From: Christian Marangi Date: Fri, 11 Nov 2022 15:50:27 +0000 (+0100) Subject: CI: tools: skip including dl dir in prebuilt tools tar X-Git-Tag: v23.05.0-rc1~1174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fe3d3670b7057ba793b606cfe85c53930b49057;p=thirdparty%2Fopenwrt.git CI: tools: skip including dl dir in prebuilt tools tar We can now drop the dl dir in the prebuilt tools tar as package archieve is not a requirement anymore and won't trigger a package recompile. Signed-off-by: Christian Marangi --- diff --git a/.github/workflows/build-tools.yml b/.github/workflows/build-tools.yml index ca415489c5a..ba19e12330b 100644 --- a/.github/workflows/build-tools.yml +++ b/.github/workflows/build-tools.yml @@ -61,7 +61,7 @@ jobs: if: inputs.generate_prebuilt_artifacts == true shell: su buildbot -c "sh -e {0}" working-directory: openwrt - run: tar --mtime=now -cf tools.tar staging_dir/host build_dir/host dl + run: tar --mtime=now -cf tools.tar staging_dir/host build_dir/host - name: Upload prebuilt tools if: inputs.generate_prebuilt_artifacts == true