Skip to content

Commit eb610ad

Browse files
committed
fix ci?
1 parent 40a6f72 commit eb610ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
dotnet-version: ${{ env.DOTNET_VERSION }}
3232

3333
- name: Install dependencies
34-
run: dotnet restore --configuration Release
34+
run: dotnet restore -p:Configuration=Release
3535

3636
- name: Build
3737
run: dotnet build --configuration Release --no-restore

0 commit comments

Comments
 (0)