Skip to content

Commit b64aac0

Browse files
committed
git-artifacts: really accommodate for split mingw-w64-git package
Copy/pasta snafu. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent a2bb467 commit b64aac0

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
@@ -167,7 +167,7 @@ jobs:
167167
--version=$(cat pkg-${{env.ARCH_NAME}}/ver) \
168168
-o artifacts \
169169
--${{matrix.artifact}} \
170-
$(ls pkg-$ARCH_NAME/$MINGW_PACKAGE_PREFIX-*.pkg.tar.* |
170+
$(ls pkg-$ARCH_NAME/mingw-w64-*.pkg.tar.* |
171171
sed '/\.sig$/d;/archimport/d;/cvs/d;/p4/d;/gitweb/d;/doc-man/d;s/^/--pkg=/')
172172
- name: Copy package-versions and pdbs
173173
if: matrix.artifact == 'installer'

0 commit comments

Comments
 (0)