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: improve S3 environment variable validation and streamline upload logic
- Changed the validation for S3 environment variables to exit on error instead of warning, ensuring the script halts if required variables are missing.
- Removed the S3_ENABLED flag, simplifying the upload logic for APK and RPM packages by directly checking for the presence of files.
- Enhanced clarity in the RPM upload section by consolidating the upload and metadata regeneration steps.
0 commit comments