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

This commit is contained in:
Alan Moon 2025-03-08 01:15:15 -08:00
parent 2d59e33c0d
commit f281b4da6a

View File

@ -7,10 +7,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup .NET 6 - name: Setup .NET 6
uses: 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
- run: dotnet build --configuration Release ./src/sodoff.csproj - run: dotnet build --configuration Release ./src/sodoff.csproj
- run: dotnet publish ./src/sodoff.csproj - run: dotnet publish ./src/sodoff.csproj