File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 94
94
95
95
case " $display_version " in
96
96
prerelease-* )
97
- url=https://wingit.blob.core.windows.net/files/index.html
97
+ url=https://gitforwindows.org/git-snapshots/
98
98
;;
99
99
* -rc* )
100
100
url=https://github.com/git-for-windows/git/releases/tag/$tag_name
@@ -138,4 +138,4 @@ git -C "$git_git_dir" rev-parse --verify "$git_rev"^0 >"$artifacts_dir"/git-comm
138
138
git -C " $git_git_dir " tag $( test -z " $GPGKEY " || echo " -s" ) -m " $tag_message " " $tag_name " " $git_rev " &&
139
139
git -C " $git_git_dir " bundle create " $artifacts_dir " /git.bundle origin/main.." $tag_name " &&
140
140
141
- git -C " $build_extra_dir " bundle create " $artifacts_dir " /build-extra.bundle origin/main..main
141
+ git -C " $build_extra_dir " bundle create " $artifacts_dir " /build-extra.bundle origin/main..main
You can’t perform that action at this time.
0 commit comments