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>
Fri, 11 Nov 2022 15:50:27 +0000 (16:50 +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/tools.yml

index def01678c677ba25ae07fb41b17ddd43e4a7ce7e..f1b565f72da6430b92036757c746cbb7f7f1af4b 100644 (file)
@@ -148,7 +148,7 @@ jobs:
         if: github.event_name == 'push'
         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: github.event_name == 'push'