Github Action 交叉编译 Go 并推送到 Release
目标进行一次 Commit 以后,Github Action 自动将代码编译为多平台的可执行文件,并发布到 Github Release。
Show Me Code在 .github/workflows/release.yaml 写入
1234567891011121314151617181920212223242526272829# .github/workflows/release.ya...
阅读全文…