forked from Ivasoft/openwrt
CI: tools: directly copy prebuilt tools in container
Directly copy prebuilt tools in container instead of creating an archieve and extracting it later in other workflows. Update build workflow to support this new implementation. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
2
.github/workflows/build-tools.yml
vendored
2
.github/workflows/build-tools.yml
vendored
@@ -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
|
||||
run: tar -cf tools.tar staging_dir/host build_dir/host
|
||||
|
||||
- name: Upload prebuilt tools
|
||||
if: inputs.generate_prebuilt_artifacts == true
|
||||
|
||||
Reference in New Issue
Block a user