CI: tools: skip including dl dir in prebuilt tools tar
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 11 Nov 2022 15:50:27 +0000 (16:50 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 23 Jan 2023 18:18:06 +0000 (19:18 +0100)
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 <ansuelsmth@gmail.com>
.github/workflows/build-tools.yml

index ca415489c5a58f906359cdfd92fa6581ccba5416..ba19e12330b9c9c34f948bcea18a1a652c064fc5 100644 (file)
@@ -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