ci: Output captured files (and always succeed). Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
diff --git a/.github/capture.sh b/.github/capture.sh index 6df1927..006bd65 100644 --- a/.github/capture.sh +++ b/.github/capture.sh
@@ -50,3 +50,9 @@ \ --file ${GITHUB_WORKSPACE}/output/pdk-SKY130A-${STD_CELL_LIBRARY}.tar.xz . ) + +echo ::group::Output files +find ${GITHUB_WORKSPACE}/output/ +echo ::endgroup:: + +exit 0