We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2746cc9 commit 98e624eCopy full SHA for 98e624e
1 file changed
src/Uploader/Program.cs
@@ -35,7 +35,7 @@ static int Main(string host, string name, string password)
35
// 获取可用的资源包,准备上传
36
var artifactDirectory = new DirectoryInfo(Path.Join(Directory.GetCurrentDirectory(), "artifacts"));
37
var packList = artifactDirectory
38
- .EnumerateFiles("Minecraft-Mod-Language-Package-*.zip", SearchOption.AllDirectories);
+ .EnumerateFiles("Minecraft-Mod-Language-Modpack-*.zip", SearchOption.AllDirectories);
39
40
Log.Information("检测到的资源包数目:{0}", packList.Count());
41
0 commit comments