We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a14ea3 commit 2e654f5Copy full SHA for 2e654f5
tools/dump_source2.sh
@@ -8,6 +8,8 @@ fi
8
9
TOOLS_DIR="$(dirname "$(realpath -s "${BASH_SOURCE[0]}")")"
10
11
+echo "::group::DumpSource2-$1"
12
+
13
if [[ "$(uname -s)" == MINGW* ]] || [[ "$(uname -s)" == MSYS* ]]; then
14
DUMPER_PATH="$TOOLS_DIR/DumpSource2/build/Release/DumpSource2-$1.exe"
15
DUMP_DIR="$(realpath "DumpSource2/")"
@@ -40,6 +42,8 @@ else
40
42
mv libvideo.so.original libvideo.so
41
43
fi
44
45
+echo "::endgroup::"
46
47
if [[ $DUMPER_EXIT_CODE -ne 0 ]]; then
48
echo "::error title=DumpSource2-$1 failed::Exit code $DUMPER_EXIT_CODE"
49
0 commit comments