transfer icon indicating copy to clipboard operation
transfer copied to clipboard

编译了128M的群晖引导镜像上传到WeTransfer不定时报错

Open chenxudong2020 opened this issue 1 year ago • 0 comments

cd /home/runner/redpill-load mkdir -p cd /home/runner/redpill-load/outputs zip -9 images.zip -j /home/runner/redpill-load/images/* mv -f images.zip /home/runner/redpill-load/outputs curl -fsSL git.io/file-transfer | sh ./transfer wet -s -p 16 --no-progress /home/runner/redpill-load/outputs 2>&1 | tee wetransfer.log echo "::warning file=wetransfer.com::$(cat wetransfer.log | grep https)" shell: /usr/bin/bash -e {0} adding: UNAS_NS202-DS920+_7.0.1-42218_b1676253707.img (deflated 66%)

可以看到上面传输到66%的时候报如下错误,这个不定时发生也不是每次都这样

curl: (22) The requested URL returned error: 403 curl: (3) URL using bad/illegal format or missing URL

gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now Error: Process completed with exit code 2.

chenxudong2020 avatar Feb 13 '23 02:02 chenxudong2020