We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ad59b commit 1a62a0fCopy full SHA for 1a62a0f
.github/workflows/aquamai.yaml
@@ -14,7 +14,7 @@ jobs:
14
git config --global core.autocrlf false
15
git config --global core.eol lf
16
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
build.cake
@@ -48,7 +48,7 @@ Task("Build")
48
.Does(() =>
49
{
50
// 使用 dotnet build 进行构建
51
- DotNetBuild("./AquaMai.sln", new DotNetBuildSettings
+ DotNetBuild("./AquaMai.slnx", new DotNetBuildSettings
52
53
Configuration = configuration
54
});
0 commit comments