Skip to content

Commit

Permalink
Show file tree for cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG committed Oct 15, 2024
1 parent 15680d2 commit 8b2735c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Publish plugins from cache
run: |
set -eo pipefail
tree -a $HOME/.cache/scarb/
pushd $HOME/.cache/scarb/registry/std/v${{ steps.scarb-init.outputs.CAIRO_VERSION }}
for package_dir in *; do
if [ -d "$package_dir" ] && [ "$package_dir" != "core" ]; then
Expand Down

0 comments on commit 8b2735c

Please sign in to comment.