Skip to content

Commit

Permalink
[skip ci] Update mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
r2-action-bot[bot] committed Sep 29, 2024
1 parent 5737a83 commit cc0c772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37108,7 +37108,7 @@ const run = async (config) => {
console.log(config.destinationDir);
//const fileName = file.replace(config.sourceDir, "");
const fileName = files[file];
const fileKey = external_path_default().join(config.destinationDir !== "" ? config.destinationDir : config.sourceDir, files[file]);
const fileKey = external_path_default().join(config.destinationDir !== "" ? config.destinationDir : config.sourceDir, fileName);
if (fileName.includes('.gitkeep'))
continue;
console.log(fileKey);
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit cc0c772

Please sign in to comment.