ci(GiteaActions): 修复镜像不包含 zip 的问题
Some checks failed
Publish when Pushed / Explore-Gitea-Actions (push) Failing after 3s

Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
李东云
2023-10-23 19:02:36 +08:00
parent 094589b87e
commit 895b028017

View File

@@ -4,7 +4,7 @@ on: [ push ]
jobs:
Explore-Gitea-Actions:
runs-on: [ self-hosted, linux, ubuntu ]
runs-on: ubuntu-latest
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!"