Skip to content

Commit

Permalink
Bug for release drafting
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Aug 10, 2020
1 parent 51625a8 commit cb1fbfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/maintenance/run_make_release.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function get_archive(name, folder, folder_readme_license, folder_archive)
folder_work = pwd();
folder_data_tmp = tempname();
folder_archive_tmp = tempname();
[s, m] = mkdir(folder_archive);
[s, m] = mkdir(folder_data_tmp);
[s, m] = mkdir(folder_archive_tmp);

Expand Down

0 comments on commit cb1fbfc

Please sign in to comment.