Add build and release GitHub Actions pipelines - #1
Conversation
Co-authored-by: HONGJICAI <14875213+HONGJICAI@users.noreply.github.com>
Co-authored-by: HONGJICAI <14875213+HONGJICAI@users.noreply.github.com>
Co-authored-by: HONGJICAI <14875213+HONGJICAI@users.noreply.github.com>
|
@copilot You need to track branch master |
Co-authored-by: HONGJICAI <14875213+HONGJICAI@users.noreply.github.com>
|
@copilot There are build errors. Logs on: https://github.com/HONGJICAI/Frpc-capacitor/actions/runs/20910835104/job/60075529087?pr=1. Can you fix it? |
Co-authored-by: HONGJICAI <14875213+HONGJICAI@users.noreply.github.com>
Fixed in commit d990787. The build was failing because |
|
@copilot Error: ENOENT: no such file or directory, copyfile 'build/app.html' -> 'build/index.html' |
Co-authored-by: HONGJICAI <14875213+HONGJICAI@users.noreply.github.com>
Fixed in commit 888794e. The build error occurred because the custom Vite plugin tried to copy |
|
@copilot Run ./gradlew assembleRelease |
Co-authored-by: HONGJICAI <14875213+HONGJICAI@users.noreply.github.com>
Fixed in commit 54d2e10. Added |
|
@copilot 36 actionable tasks: 36 executed FAILURE: Build failed with an exception.
|
Co-authored-by: HONGJICAI <14875213+HONGJICAI@users.noreply.github.com>
.github/workflows/build.yml- Build pipeline that:.github/workflows/release.yml- Release pipeline that:Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.