Skip to content

Commit d12ff34

Browse files
fix wrapper issue
1 parent 552cec2 commit d12ff34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6790,7 +6790,7 @@ async function setup(){
67906790
await addPermission()
67916791
const wrapper = core.getInput('use_wrapper') === 'true';
67926792
if(wrapper){
6793-
await installWrapper()
6793+
await installWrapper(path)
67946794
}
67956795
}
67966796

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async function setup(){
8888
await addPermission()
8989
const wrapper = core.getInput('use_wrapper') === 'true';
9090
if(wrapper){
91-
await installWrapper()
91+
await installWrapper(path)
9292
}
9393
}
9494

0 commit comments

Comments
 (0)