ci(GiteaActions): 修复镜像不包含 zip 的问题
All checks were successful
Publish when Pushed / Explore-Gitea-Actions (push) Has been cancelled

Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
李东云
2023-10-23 18:58:34 +08:00
parent 6cb24a84b2
commit 85ae11e295

View File

@@ -4,7 +4,7 @@ on: [ push ]
jobs:
Explore-Gitea-Actions:
runs-on: self-hosted
runs-on: [ self-hosted, linux ]
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"