Skip to content

Commit 2e654f5

Browse files
committed
Add group to dump source
1 parent 1a14ea3 commit 2e654f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/dump_source2.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ fi
88

99
TOOLS_DIR="$(dirname "$(realpath -s "${BASH_SOURCE[0]}")")"
1010

11+
echo "::group::DumpSource2-$1"
12+
1113
if [[ "$(uname -s)" == MINGW* ]] || [[ "$(uname -s)" == MSYS* ]]; then
1214
DUMPER_PATH="$TOOLS_DIR/DumpSource2/build/Release/DumpSource2-$1.exe"
1315
DUMP_DIR="$(realpath "DumpSource2/")"
@@ -40,6 +42,8 @@ else
4042
mv libvideo.so.original libvideo.so
4143
fi
4244

45+
echo "::endgroup::"
46+
4347
if [[ $DUMPER_EXIT_CODE -ne 0 ]]; then
4448
echo "::error title=DumpSource2-$1 failed::Exit code $DUMPER_EXIT_CODE"
4549
fi

0 commit comments

Comments
 (0)