Skip to content

Commit cf393cc

Browse files
Merge branch 'develop' of github.com:ni/actor-framework into develop
2 parents 861dcb2 + 70a6d64 commit cf393cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-vi-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
return;
321321
}
322322
323-
const vipDir = path.join(process.env.GITHUB_WORKSPACE, 'builds', 'VI Package');
323+
const vipDir = path.join(process.env.GITHUB_WORKSPACE, 'builds');
324324
let vipFiles = [];
325325
try {
326326
vipFiles = fs.readdirSync(vipDir).filter(f => f.toLowerCase().endsWith('.vip'));

0 commit comments

Comments
 (0)