From 75e243bb813b8e415fbe72388e6be0a345898598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Wawrzyk?= Date: Thu, 31 Oct 2024 14:19:16 +0100 Subject: [PATCH] List all generated index paths on github actions --- .github/workflows/install-index-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install-index-release.yml b/.github/workflows/install-index-release.yml index b0dcb1f..ea12f5f 100644 --- a/.github/workflows/install-index-release.yml +++ b/.github/workflows/install-index-release.yml @@ -44,7 +44,7 @@ jobs: run: sbt 'runMain com.virtuslab.shared_indexes.Main project' - name: Check indexes - run: ls -lh workspace/cdn + run: find workspace/cdn -type f -exec du -h {} + - name: Archive index artifacts uses: actions/upload-artifact@v3