You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build.yaml): correct unzip command syntax in build workflow
The unzip command was failing due to incorrect syntax. The '-o' option was misplaced, causing the command to fail. This commit corrects the syntax, ensuring the command runs successfully.
0 commit comments