Skip to content

Commit 9ceefdb

Browse files
authored
v3.1.1
2 parents fdee9e0 + b1bc6e5 commit 9ceefdb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/NightlyRelease.yml

+8
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,14 @@ jobs:
270270
echo -e "${ANSI_LIGHT_GREEN}[OK]${ANSI_NOCOLOR}"
271271
fi
272272
273+
echo -n " Removing temporary tarball ... "
274+
rm -f "${{ inputs.tarball-name }}"
275+
if [[ $? -ne 0 ]]; then
276+
echo -e "${ANSI_LIGHT_RED}[FAILED]${ANSI_NOCOLOR}"
277+
else
278+
echo -e "${ANSI_LIGHT_GREEN}[OK]${ANSI_NOCOLOR}"
279+
fi
280+
273281
popd > /dev/null
274282
else
275283
echo -e "${ANSI_LIGHT_YELLOW}[SKIPPED]${ANSI_NOCOLOR}"

0 commit comments

Comments
 (0)