zhusir

Results 32 comments of zhusir

你召唤一下xiaorouji、ShanStone、天灵等大佬把。我对luci也是一知半解,没系统学过。只会照葫芦画瓢,你这个需求我看了看,要改的地方应该不少,这几天实在太忙,没啥时间研究。

[解决方案在此](https://github.com/smallprogram/OpenWrtAction/blob/main/docs/R1_ESXI8.md)

like this ,workflow: ``` jobs: job_init: runs-on: ubuntu-latest steps: - name: Generate Image id: generate_image run: | mkdir output cd $GITHUB_WORKSPACE/output dd if=/dev/zero of=outputfile.img.00 bs=1M count=1900 dd if=/dev/zero of=outputfile.img.01 bs=1M...

Is there anyone who can help fix this issue? It bothers me so much

@grische I tried it and found that this problem occurs when the remaining storage space of /dev/root is less than the total size of the files to be uploaded. When...

I don't understand this requirement, can you explain it? Or give an example @thadguidry

When used in a matrix, uploading files with different names to the same tag will only work properly in a few cases, and most of the time it will report...

> > When used in a matrix, uploading files with different names to the same tag will only work properly in a few cases, and most of the time it...

### Regarding the problem of uploading files to the same tag name using matrix, I found the ultimate solution and shared it with those who need it. ### Solution 1...