Skip to content

Commit 62c7234

Browse files
authored
Merge pull request #58 from dscho/let-git-artifacts-reset-pkgrel
`/git-artifacts`: reset `pkgrel=1` between releases
2 parents 10edc10 + ea2533a commit 62c7234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/git-artifacts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
printf '#!/bin/sh\n\nexec '$MINGW_PREFIX'/bin/git.exe "$@"\n' >/usr/bin/git &&
288288
(
289289
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 \
290+
/usr/src/build-extra/please.sh build-mingw-w64-git --reset-pkgrel --only-$ARCHITECTURE $BUILD_SRC \
291291
-o "$GITHUB_WORKSPACE"/artifacts HEAD
292292
) &&
293293
cp bundle-artifacts/ver artifacts/ &&

0 commit comments

Comments
 (0)