Skip to content

Commit

Permalink
Build javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Butler committed Nov 11, 2019
1 parent c9f7765 commit ec6d326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function run() {
return;
}
core.debug(`Uploading assets to release: ${release_id}...`);
const files = yield fast_glob_1.default(glob.split(','));
const files = yield fast_glob_1.default(glob.split(';'));
if (!files.length) {
core.setFailed('No files found');
return;
Expand Down

0 comments on commit ec6d326

Please sign in to comment.