Skip to content

Commit 2cd09c0

Browse files
committed
fixup! fixup! release: create initial Windows installer build workflow
Signed-off-by: Derrick Stolee <[email protected]>
1 parent a41b2f1 commit 2cd09c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ jobs:
190190
b=/usr/src/build-extra &&
191191
192192
filename=$b/git-update-git-for-windows.config
193-
tr % '\t' >$filename <<-\EOF
193+
tr % '\t' >$filename <<-\EOF &&
194194
[update]
195195
%fromFork = microsoft/git
196-
EOF &&
196+
EOF
197197
198198
sed -i -e '/^#include "file-list.iss"/a\
199199
Source: {#SourcePath}\\..\\'$filename'; DestDir: {app}\\mingw64\\bin; Flags: replacesameversion; AfterInstall: DeleteFromVirtualStore' \

0 commit comments

Comments
 (0)