Skip to content

Commit 4074eae

Browse files
committed
git-artifacts: avoid trying to install the source packages
They are not meant for installing. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ad64174 commit 4074eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
--version=$(cat pkg-${{env.ARCH_NAME}}/ver) \
181181
-o artifacts \
182182
--${{matrix.artifact}} \
183-
$(ls pkg-$ARCH_NAME/mingw-w64-*.tar.* |
183+
$(ls pkg-$ARCH_NAME/mingw-w64-*.pkg.tar.* |
184184
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'

0 commit comments

Comments
 (0)