forked from SoDOff-Project/sodoff
Update .gitea/workflows/build-and-publish.yaml
This commit is contained in:
parent
c96e8c84dc
commit
2d59e33c0d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user