Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')});
Expand Down