Compare commits

...

3 Commits

Author SHA1 Message Date
f042f7b3d3 v4
All checks were successful
Gitea Actions 示例 / example (push) Successful in 13s
2025-04-29 11:24:29 +08:00
01ca900965 1
Some checks failed
Gitea Actions 示例 / example (push) Failing after 1s
2025-04-29 11:22:00 +08:00
a68a1851ec 测试
Some checks failed
Gitea Actions 示例 / example (push) Failing after 1s
2025-04-29 11:16:38 +08:00

View File

@ -4,11 +4,11 @@ on:
push:
branches:
# 在master分支上有push时运行
- master
- windows
jobs:
example:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: 检出代码
@ -18,7 +18,7 @@ jobs:
run: cat README.md
- name: 上传Artifacts
uses: https://git.ra3battle.cn/actions/upload-artifact@v3
uses: https://git.ra3battle.cn/actions/upload-artifact@v4
with:
name: example-readme
path: README.md