Skip to content

Commit

Permalink
feat: Build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 10, 2020
1 parent 2f8be5a commit c259c76
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 59 deletions.
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"owner":"technote-space","repo":"toc-generator","sha":"5827d6d199240ed1c51c7c0363520b902a69335f","ref":"refs/tags/test/v2.1.2","tagName":"test/v2.1.2","branch":"gh-actions","tags":["test/v2.1.2","test/v2.1","test/v2"],"updated_at":"2020-02-09T06:15:39.159Z"}
{"owner":"technote-space","repo":"toc-generator","sha":"bf82691f4b208e9db36e1154e0af2610a53dc76d","ref":"refs/tags/v2.1.2","tagName":"v2.1.2","branch":"gh-actions","tags":["v2.1.2","v2.1","v2"],"updated_at":"2020-02-10T18:04:48.224Z"}
2 changes: 1 addition & 1 deletion lib/utils/misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ exports.getRunnerArguments = () => {
};
};
// eslint-disable-next-line no-magic-numbers
exports.homeExpanded = (path) => path.indexOf('~') === 0 ? path_1.join(os_1.homedir(), path.substr(1)) : path_1.resolve(github_action_helper_1.Utils.getWorkspace(), path);
exports.homeExpanded = (path) => path.indexOf('~') === 0 ? path_1.join(os_1.homedir(), path.substr(1)) : path_1.resolve(getWorkspace(), path);
exports.cleanPath = (path) => exports.homeExpanded(path).replace(/\s/g, '\\ ');
8 changes: 4 additions & 4 deletions node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c259c76

Please sign in to comment.