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 19f0cd0 commit b62da63
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/templates/moveFiles/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ runs:
for item in ${{ inputs.otherDirs }}; do
if [ -d "$item" ]; then
shopt -s dotglob
cp -r "$item"/* .
cp -r "$item" .
shopt -u dotglob
fi
done
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dot.move-winfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:
env:
targetBranchName: 'winfiles'
otherSharedFiles: '' # space separated
otherDirs: 'genfiles' # space separated
otherDirs: 'genfiles/images' # space separated

jobs:
move-files:
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit b62da63

Please sign in to comment.