We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 662bea3 + b6467da commit ebe1a88Copy full SHA for ebe1a88
1 file changed
.github/workflows/build_and_release.yml
@@ -134,6 +134,10 @@ jobs:
134
opts = matlab.addons.toolbox.ToolboxOptions(pwd);
135
opts.ToolboxName = 'Pyraview';
136
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
+
141
% Grab version from environment variable
142
v = getenv('RELEASE_TAG');
143
if startsWith(v, 'v')
0 commit comments