From f9c956972b267590d855de33fe4e6b507e660b8d Mon Sep 17 00:00:00 2001 From: Derrick Stolee Date: Tue, 12 Oct 2021 12:54:36 -0400 Subject: [PATCH] fixup! fixup! release: create initial Windows installer build workflow --- .github/workflows/build-git-installers.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-git-installers.yml b/.github/workflows/build-git-installers.yml index 74bf21848ccd70..85fdd7be51a21d 100644 --- a/.github/workflows/build-git-installers.yml +++ b/.github/workflows/build-git-installers.yml @@ -206,15 +206,10 @@ jobs: run: | set -x - b=/usr/src/build-extra && - str="recently_seen=.*\$" && - - echo $b/git-extra/git-update-git-for-windows && - cat $b/git-extra/git-update-git-for-windows && + b=/mingw64/bin && - sed -i -e '/^# when confirmation to do so is given./a\ - use_recently_seen=no' \ - $b/git-extra/git-update-git-for-windows + sed -i -e '6 a use_recently_seen=no' \ + $b/git-update-git-for-windows - name: Set the installer Publisher to the Git Fundamentals team shell: bash run: |