Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
f042f7b3d3 | |||
01ca900965 | |||
a68a1851ec |
@ -4,11 +4,11 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
# 在master分支上,有push时运行
|
# 在master分支上,有push时运行
|
||||||
- master
|
- windows
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
example:
|
example:
|
||||||
runs-on: ubuntu-latest
|
runs-on: windows-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@v3
|
uses: https://git.ra3battle.cn/actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: example-readme
|
name: example-readme
|
||||||
path: README.md
|
path: README.md
|
@ -24,8 +24,7 @@
|
|||||||
|
|
||||||
> 注意:请使用本站地址来指定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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user