We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: