From a849c280f7d6c2af0d9c2e32510b558ed88b41fc Mon Sep 17 00:00:00 2001 From: Cheney Date: Wed, 23 Apr 2025 15:39:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=20CICD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 28b623d..de04248 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -4,10 +4,10 @@ on: [push] jobs: build-image: - runs-on: ubuntu-latest + runs-on: workbench steps: - uses: actions/checkout@v4 - name: Build Binary run: | echo ${{ github.ref_name }} ${{ github.sha }} - kit \ No newline at end of file + bun \ No newline at end of file