aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2022-11-11 16:50:27 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2023-01-23 19:18:06 +0100
commit7fe3d3670b7057ba793b606cfe85c53930b49057 (patch)
tree4a6ef0d5d832ddd4ce23329987032a436710ef3f /.github/workflows
parent37b8b315e158312246798221c79f0dd5a640e898 (diff)
downloadupstream-7fe3d3670b7057ba793b606cfe85c53930b49057.tar.gz
upstream-7fe3d3670b7057ba793b606cfe85c53930b49057.tar.bz2
upstream-7fe3d3670b7057ba793b606cfe85c53930b49057.zip
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 <ansuelsmth@gmail.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-tools.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-tools.yml b/.github/workflows/build-tools.yml
index ca415489c5..ba19e12330 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