Skip to content

Commit

Permalink
fix: added cjs to included files
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jan 6, 2025
1 parent 3a9b61a commit 3b105ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ runs:
console.log('Adding file:', manifestPath);
const distPath = '${{ github.workspace }}/dist/';
const distFiles = glob.sync(distPath + '**/*.{js,map,json}');
const distFiles = glob.sync(distPath + '**/*.{js,cjs,map,json}');
const treeEntries = [
{
path: manifestPath,
Expand Down

0 comments on commit 3b105ab

Please sign in to comment.