经验分享
未读
GitHub自动构建并部署
name: Release
on:
push:
branches:
- main
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
-