ci: incorrect actions syntax
This commit is contained in:
parent
90f5cfcae6
commit
4478dac2be
1 changed files with 2 additions and 2 deletions
|
@ -9,5 +9,5 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- 'dotnet restore --packages'
|
- dotnet restore --packages
|
||||||
- 'dotnet build --no-restore'
|
- dotnet build --no-restore
|
||||||
|
|
Loading…
Reference in a new issue