Skip to content

Commit 278e64e

Browse files
committed
remove unused quote
1 parent 6044d81 commit 278e64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows-executable-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ jobs:
418418
<!-- Run app directly after installation -->
419419
<!-- <Custom Action="RunApp" Before="InstallFinalize">NOT REMOVE</Custom> -->
420420
<Custom Action="SetWriteWorkspacePathData" Before="WriteWorkspacePath">NOT Installed</Custom>
421-
<Custom Action="WriteWorkspacePath" Before="InstallFinalize"">NOT Installed</Custom>
421+
<Custom Action="WriteWorkspacePath" Before="InstallFinalize">NOT Installed</Custom>
422422
</InstallExecuteSequence>
423423
424424
<!-- Interface options -->

0 commit comments

Comments
 (0)