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 9624d29 commit 63267f2Copy full SHA for 63267f2
.github/workflows/git-artifacts.yml
@@ -308,7 +308,7 @@ jobs:
308
if test -z "$EXISTING_GIT_TAG"
309
then
310
git commit -s -m "mingw-w64-git: new version ($version)" PKGBUILD &&
311
- git bundle create "$b"/MINGW-packages.bundle origin/main..main
+ git bundle create "$b"/MINGW-packages.bundle origin/main..main
312
elif ! git update-index --ignore-submodules --refresh ||
313
! git diff-files --ignore-submodules ||
314
! git diff-index --cached --ignore-submodules HEAD
0 commit comments