Skip to content

Commit

Permalink
ci: fix deps.json creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Sep 14, 2024
1 parent cb79023 commit 737d1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
folders+=("$folder")
tarballs+=("$tarball")
cd ..
rm -rf $folder
rm -rf -- $folder
fi
done
f=${folders[@]}
Expand Down

0 comments on commit 737d1e1

Please sign in to comment.