Update .gitea/workflows/build-and-publish.yaml

This commit is contained in:
Alan Moon 2025-03-08 01:11:24 -08:00
parent a6aedd411a
commit c96e8c84dc

View File

@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is runs ci pipeline
on: [ push ] on: [ push ]
jobs: jobs:
build: - build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
- steps: - steps:
- uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/checkout@v4