Skip to content

Commit a149806

Browse files
committed
Fix deploy v2
1 parent c739b5f commit a149806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iac/Deploy/Steps/CreateWindowsRelease.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class CreateWindowsRelease : IStep
1212
{
1313
var godotPublishDirectory = await PipelineFileHelper.GitRootDirectory.GetDirectory("./artifacts/publish-godot");
1414
godotPublishDirectory.Create();
15-
var windowsPublishDirectory = await godotPublishDirectory.GetDirectory("./win");
15+
var windowsPublishDirectory = await godotPublishDirectory.GetDirectory("./win-x64");
1616
windowsPublishDirectory.Create();
1717

1818
var godotProjectFile = await PipelineFileHelper.GitRootDirectory.GetFile("./src/SharpIDE.Godot/project.godot");

0 commit comments

Comments
 (0)