Skip to content

Commit

Permalink
Merge pull request #58 from dscho/let-git-artifacts-reset-pkgrel
Browse files Browse the repository at this point in the history
`/git-artifacts`: reset `pkgrel=1` between releases
  • Loading branch information
dscho authored Nov 20, 2023
2 parents 10edc10 + ea2533a commit 62c7234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
printf '#!/bin/sh\n\nexec '$MINGW_PREFIX'/bin/git.exe "$@"\n' >/usr/bin/git &&
(
cd /usr/src/MINGW-packages/mingw-w64-git/src/git &&
/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 \
-o "$GITHUB_WORKSPACE"/artifacts HEAD
) &&
cp bundle-artifacts/ver artifacts/ &&
Expand Down

0 comments on commit 62c7234

Please sign in to comment.