From 4f0606cb85f3e7acb2bfbb711f20cf2fc56a63c6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 19 Oct 2022 20:09:25 +0200 Subject: [PATCH] test output NO_CI --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 38391f3..fdfd202 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -33,6 +33,8 @@ jobs: run: | cd .. php ${{env.APP_NAME}}/build_phar.php + ls + ls ${{env.APP_NAME}} mv testreportgenerator.phar ${{env.APP_NAME}}/testreportgenerator.phar cd ${{env.APP_NAME}} - uses: ncipollo/release-action@v1