diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8cbfdd3..df93fbc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,12 +122,11 @@ jobs: % 3. Initialize Options from the MATLAB source folder % This creates the object without needing a .prj file on disk yet - opts = matlab.addons.toolbox.ToolboxOptions(fullfile(pwd, 'src', 'matlab'), ... + opts = matlab.addons.toolbox.ToolboxOptions(fullfile(pwd, 'src', 'matlab'), guid, ... 'ToolboxName', toolboxName, ... 'ToolboxVersion', version, ... - 'ToolboxIdentifier', guid, ... - 'AuthorName', 'Pyraview Team', ... - 'AuthorEmail', '', ... + 'AuthorName', 'Van Hooser lab', ... + 'AuthorEmail', 'vanhoosr@brandeis.edu', ... 'Description', 'High-performance multi-resolution decimation engine.', ... 'OutputFile', fullfile(pwd, 'Pyraview.mltbx'), ... 'ToolboxFiles', {fullfile(pwd, 'src', 'matlab')});