Skip to content

Commit 1a62a0f

Browse files
committed
fix build
1 parent 75ad59b commit 1a62a0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/aquamai.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
git config --global core.autocrlf false
1515
git config --global core.eol lf
1616
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Task("Build")
4848
.Does(() =>
4949
{
5050
// 使用 dotnet build 进行构建
51-
DotNetBuild("./AquaMai.sln", new DotNetBuildSettings
51+
DotNetBuild("./AquaMai.slnx", new DotNetBuildSettings
5252
{
5353
Configuration = configuration
5454
});

0 commit comments

Comments
 (0)