We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10edc10 + ea2533a commit 62c7234Copy full SHA for 62c7234
.github/workflows/git-artifacts.yml
@@ -287,7 +287,7 @@ jobs:
287
printf '#!/bin/sh\n\nexec '$MINGW_PREFIX'/bin/git.exe "$@"\n' >/usr/bin/git &&
288
(
289
cd /usr/src/MINGW-packages/mingw-w64-git/src/git &&
290
- /usr/src/build-extra/please.sh build-mingw-w64-git --only-$ARCHITECTURE $BUILD_SRC \
+ /usr/src/build-extra/please.sh build-mingw-w64-git --reset-pkgrel --only-$ARCHITECTURE $BUILD_SRC \
291
-o "$GITHUB_WORKSPACE"/artifacts HEAD
292
) &&
293
cp bundle-artifacts/ver artifacts/ &&
0 commit comments