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 1ee4407 commit cb79023
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 @@ -76,7 +76,7 @@ jobs:
if [ -d "$folder" ]; then
echo "Enter $folder"
cd $folder
cd -- $folder
tarball=$(npm pack)
mv $tarball ../
folders+=("$folder")
Expand Down

0 comments on commit cb79023

Please sign in to comment.