v3.26.1
The recent change to pass ...args to run() broke GitHub Actions workflows because github-workflow.ts doesn't handle the additional arguments properly. This was causing the create-assets script to receive wrong arguments. - Revert kit.ts line 188 to not pass ...args - Revert run.ts line 17 to not pass ...args This fixes the issue where release_id was getting the architecture value instead of the actual release ID.