X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild-tools.yml;fp=.github%2Fworkflows%2Fbuild-tools.yml;h=1507b0b056bec1b9702f9390a97e985d431311bd;hp=ba19e12330b9c9c34f948bcea18a1a652c064fc5;hb=d40f59825a7abc0fe6f1116d599db39fcfc0f489;hpb=7fe3d3670b7057ba793b606cfe85c53930b49057 diff --git a/.github/workflows/build-tools.yml b/.github/workflows/build-tools.yml index ba19e12330..1507b0b056 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 + run: tar -cf tools.tar staging_dir/host build_dir/host - name: Upload prebuilt tools if: inputs.generate_prebuilt_artifacts == true