From 2802f35e90de20c965c8b2ba2166c3f9a59e3a4d Mon Sep 17 00:00:00 2001 From: Sergio Vavassori Date: Tue, 27 Jun 2023 00:37:17 +0200 Subject: [PATCH] Add debug ls --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c29cbf9..7b33bc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,7 +159,10 @@ jobs: path: /tmp/other-artifacts - name: "Copy artifacts into packages directory" - run: find /tmp/other-artifacts -type f -exec mv {} packages/ \; + run: | + ls -laR /tmp/other-artifacts + find /tmp/other-artifacts -type f -exec mv {} packages/ \; + ls -laR packages - name: Release packages uses: softprops/action-gh-release@v1