diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 1e68c7d..37d0dfe 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -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