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 ] on: [ push ]
jobs: jobs:
- build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
- steps: steps:
- uses: https://github.com/actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup .NET 6 - name: Setup .NET 6
uses: https://github.com/actions/setup-dotnet@v4 uses: actions/setup-dotnet@v4
with: with:
dotnet-version: '6.x' dotnet-version: '6.x'
- run: dotnet restore ./src/sodoff.csproj - run: dotnet restore ./src/sodoff.csproj