Skip to content

Commit 3b105ab

Browse files
fix: added cjs to included files
1 parent 3a9b61a commit 3b105ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ runs:
189189
190190
console.log('Adding file:', manifestPath);
191191
const distPath = '${{ github.workspace }}/dist/';
192-
const distFiles = glob.sync(distPath + '**/*.{js,map,json}');
192+
const distFiles = glob.sync(distPath + '**/*.{js,cjs,map,json}');
193193
const treeEntries = [
194194
{
195195
path: manifestPath,

0 commit comments

Comments
 (0)