Skip to content

Commit ebe1a88

Browse files
Merge pull request #4 from VH-Lab/fix-windows-zip-failures-10291462098558351599
Fix Windows zip failures and update MATLAB toolbox packaging
2 parents 662bea3 + b6467da commit ebe1a88

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build_and_release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ jobs:
134134
opts = matlab.addons.toolbox.ToolboxOptions(pwd);
135135
opts.ToolboxName = 'Pyraview';
136136
137+
% 2. CRITICAL: Generate and assign a unique identifier
138+
% This satisfies the 'Unique toolbox identifier must be specified' error
139+
opts.ToolboxIdentifier = char(java.util.UUID.randomUUID());
140+
137141
% Grab version from environment variable
138142
v = getenv('RELEASE_TAG');
139143
if startsWith(v, 'v')

0 commit comments

Comments
 (0)