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

This commit is contained in:
Alan Moon 2025-03-08 01:13:10 -08:00
parent c96e8c84dc
commit 2d59e33c0d

View File

@ -3,12 +3,12 @@ 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
steps:
- uses: actions/checkout@v4
- name: Setup .NET 6
uses: https://github.com/actions/setup-dotnet@v4
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.x'
- run: dotnet restore ./src/sodoff.csproj