diff --git a/.github/workflows/create-bosh-release.yml b/.github/workflows/create-bosh-release.yml index f4ef345..c3ea956 100644 --- a/.github/workflows/create-bosh-release.yml +++ b/.github/workflows/create-bosh-release.yml @@ -26,9 +26,14 @@ jobs: ls -lah subdir exit 1 + - name: List artifacts exit 0 + run: | + ls -lah subdir + exit 0 + - name: Setup upterm session # if: ${{ always() && runner.debug }} - if: ${{ !success() }} + if: ${{ failure() }} uses: lhotari/action-upterm@v1 timeout-minutes: 60