We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f2500 commit 5f9917dCopy full SHA for 5f9917d
.github/workflows/git-artifacts.yml
@@ -1,7 +1,7 @@
1
name: git-artifacts
2
3
on:
4
- workflow_dispatch:
+ push:
5
6
env:
7
REPOSITORY: git-for-windows/git
@@ -44,7 +44,11 @@ jobs:
44
REF: ${{github.ref}}
45
- name: clone build-extra
46
shell: bash
47
- run: git clone --depth=1 --single-branch -b main https://github.com/git-for-windows/build-extra
+ 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
52
- name: create build-installers artifact
53
54
run: |
0 commit comments