Compare commits

..

1 Commits

Author SHA1 Message Date
5dd690ed4d 改名字
All checks were successful
Gitea Actions 示例 / example (push) Successful in 20s
2025-04-29 11:23:38 +08:00
2 changed files with 5 additions and 4 deletions

View File

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

View File

@ -24,7 +24,8 @@
> 注意请使用本站地址来指定Actions镜像例如 > 注意请使用本站地址来指定Actions镜像例如
> `https://git.ra3battle.cn/actions/upload-artifact` > `https://git.ra3battle.cn/actions/upload-artifact`
> 对于upload-artifact和download-artifact必须要使用镜像与v3版本否则会出现错误 >
> 对于upload-artifact和download-artifact必须要使用镜像版本否则会出现错误
## 更多资源 ## 更多资源
- [Gitea官方Actions示例文档](https://docs.gitea.com/zh-cn/usage/actions/act-runner) - [Gitea官方Actions示例文档](https://docs.gitea.com/zh-cn/usage/actions/act-runner)