Skip to content

Commit f166b70

Browse files
committed
git-artifacts: accommodate for split mingw-w64-git package
This corresponds to git-for-windows/git-for-windows-automation@aa81699 (git-artifacts: prepare for the big split of mingw-w64-git, 2025-11-19). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 7b75bd1 commit f166b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ jobs:
180180
--version=$(cat pkg-${{env.ARCH_NAME}}/ver) \
181181
-o artifacts \
182182
--${{matrix.artifact}} \
183-
--pkg=pkg-${{env.ARCH_NAME}}/mingw-w64-${{env.ARCH_NAME}}-git-[0-9]*.tar.xz \
184-
--pkg=pkg-${{env.ARCH_NAME}}/mingw-w64-${{env.ARCH_NAME}}-git-doc-html-[0-9]*.tar.xz
183+
$(ls pkg-$ARCHITECTURE/$MINGW_PACKAGE_PREFIX-*.tar.* |
184+
sed '/\.sig$/d;/archimport/d;/cvs/d;/p4/d;/gitweb/d;/doc-man/d;s/^/--pkg=/')
185185
- name: Copy package-versions and pdbs
186186
if: matrix.artifact == 'installer'
187187
shell: bash

0 commit comments

Comments
 (0)