Some checks failed
Build Windows / Build Windows (push) Failing after 36s
问题:
- Gitea Actions 使用 ${{ gitea.xxx }} 而非 ${{ github.xxx }}
- 缺少 actions/checkout@v4 步骤获取代码
修复:
- 添加 checkout 步骤
- 修正 Gitea 语法
问题:
- Gitea Actions 使用 ${{ gitea.xxx }} 而非 ${{ github.xxx }}
- 缺少 actions/checkout@v4 步骤获取代码
修复:
- 添加 checkout 步骤
- 修正 Gitea 语法