Skip to content

Commit

Permalink
List all generated index paths on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszwawrzyk committed Oct 31, 2024
1 parent 92d78b1 commit 75e243b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-index-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75e243b

Please sign in to comment.