diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 37d0dfe..577fc5c 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -7,10 +7,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Setup .NET 6 uses: actions/setup-dotnet@v4 with: dotnet-version: '6.x' + - run: dotnet restore ./src/sodoff.csproj - run: dotnet build --configuration Release ./src/sodoff.csproj - run: dotnet publish ./src/sodoff.csproj \ No newline at end of file