File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ jobs:
54
54
echo "test-sdk-artifacts=true" >>$GITHUB_OUTPUT
55
55
56
56
git ls-files \*/release.sh | sed 's|[^/]*$||' | sort >releaseable.txt &&
57
- show_files releaseable.txt &&
58
57
if grep -q test-sdk-artifacts=true $GITHUB_OUTPUT
59
58
then
60
- # These are already tested as part of the `sdk-artifacts` matrix
61
- sed -i '/^\(installer\|mingit\ )\/$/d' releaseable.txt
59
+ # This is already tested as part of the `sdk-artifacts` matrix
60
+ sed -i '/^\(installer\)\/$/d' releaseable.txt
62
61
fi &&
62
+ show_files releaseable.txt &&
63
63
define_matrix artifacts releaseable.txt touched.txt artifacts.txt &&
64
64
show_files artifacts.txt ||
65
65
exit $?
Original file line number Diff line number Diff line change 50
50
PACKAGE_EXCLUDES=" $PACKAGE_EXCLUDES mingw-w64-bzip2 mingw-w64-c-ares
51
51
mingw-w64-libsystre mingw-w64-libtre-git mingw-w64-p11-kit
52
52
mingw-w64-tcl mingw-w64-tk mingw-w64-wineditline gdbm icu libdb
53
- libedit libgdbm perl perl-.*"
53
+ libedit libgdbm perl perl-.* mingw-w64-tzdata "
54
54
fi
55
55
if test -z " $INCLUDE_GIT_UPDATE "
56
56
then
You can’t perform that action at this time.
0 commit comments