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: completely remove all artifact optimization that was corrupting files
Removed ALL file modification logic from the CI workflow:
- No more source map deletion
- No more file permissions changes
- No more backups or temporary directories
- No more find commands that could corrupt files
The workflow now only verifies the build without touching any files.
This should resolve the persistent file truncation issue.
0 commit comments