Skip to content

Commit 5f9917d

Browse files
committed
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d5f2500 commit 5f9917d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: git-artifacts
22

33
on:
4-
workflow_dispatch:
4+
push:
55

66
env:
77
REPOSITORY: git-for-windows/git
@@ -44,7 +44,11 @@ jobs:
4444
REF: ${{github.ref}}
4545
- name: clone build-extra
4646
shell: bash
47-
run: git clone --depth=1 --single-branch -b main https://github.com/git-for-windows/build-extra
47+
run: |
48+
git clone --depth=1 --single-branch -b building-mingw-w64-git-should-not-need-to-install-dependencies \
49+
https://github.com/dscho/build-extra &&
50+
git -C build-extra update-ref refs/remotes/origin/main HEAD &&
51+
git -C build-extra switch -C main
4852
- name: create build-installers artifact
4953
shell: bash
5054
run: |

0 commit comments

Comments
 (0)