Skip to content

Commit

Permalink
Remove tree; Use path with commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG committed Oct 15, 2024
1 parent 8b2735c commit 2f933d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +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 }}
pushd $HOME/.cache/scarb/registry/std/7a2cdc90b
for package_dir in *; do
if [ -d "$package_dir" ] && [ "$package_dir" != "core" ]; then
pushd "$package_dir"
Expand Down

0 comments on commit 2f933d2

Please sign in to comment.