Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Jun 29, 2024
1 parent 49e9550 commit 3cd5a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/templates/moveFiles/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ runs:
find "$file" -maxdepth 1 -name '.*[!.]*' -exec cp -r {} . \;
elif [ -f "$file" ]; then
cp "$file" .
fi
done
# Clean up
Expand Down

0 comments on commit 3cd5a0b

Please sign in to comment.