From 91ca10145781e76c1c528a48aa53a708ee5cceaa Mon Sep 17 00:00:00 2001 From: brokenpip3 Date: Sat, 29 Jul 2023 18:40:34 +0200 Subject: [PATCH] test again --- action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yaml b/action.yaml index b4d753b..6230af6 100644 --- a/action.yaml +++ b/action.yaml @@ -119,8 +119,10 @@ runs: done ls -l ${DESTDIR} + ls -l $HOME/.local/ ls -l ${LIBDIR} + cp bin/bats "${DESTDIR}/bats" install -Dm755 bin/bats "${DESTDIR}/bats" install -Dm755 lib/bats-core/* -t "${LIBDIR}"