From c96e8c84dc95b4b5f0f3a4fa83804c331b5aa962 Mon Sep 17 00:00:00 2001 From: Alan Moon Date: Sat, 8 Mar 2025 01:11:24 -0800 Subject: [PATCH] Update .gitea/workflows/build-and-publish.yaml --- .gitea/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 9528242..1e68c7d 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is runs ci pipeline on: [ push ] jobs: - build: + - build: runs-on: ubuntu-latest - steps: - uses: https://github.com/actions/checkout@v4