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:59:33 +08:00
parent 85ae11e295
commit 094589b87e

View File

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