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

This commit is contained in:
Alan Moon 2025-03-08 01:11:14 -08:00
parent 9a43abad54
commit a6aedd411a

View File

@ -5,7 +5,7 @@ on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- steps:
- uses: https://github.com/actions/checkout@v4
- name: Setup .NET 6
uses: https://github.com/actions/setup-dotnet@v4