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
I took a stab at seeing how this would work using the existing --skip-zip flag on scons package and this is the resulting build, it looks like it uploading the raw assets causes the upload time to increase massively.
Maybe an alternative here is to improve this on the SDK install side to handle a double zipped SDK?
Artifacts from github actions are zipped twice.
i.e. you can't download an artifact and then run
ti sdk install <mobilesdk-version.zip>
.Maybe we could skip zip creation and create github artifacts from raw files.
https://github.com/actions/upload-artifact#zipped-artifact-downloads
The text was updated successfully, but these errors were encountered: