Commit graph

3 commits

Author SHA1 Message Date
unknown
08f4f50bcc Fix critical script exit issues
- Bypass admin check to prevent early exit (runner is already admin)
- Bypass execution policy check (already set in workflow)
- Improve Read-Host to handle empty prompts (return 'yes' instead of empty)
- Override $myInvocation to prevent admin restart attempts
- Change ErrorActionPreference to Continue for better error visibility
- Add better handling for all prompt types
2025-10-30 17:11:44 +07:00
unknown
74b3931a1d Fix workflow logic errors and improve error handling
- Fix path resolution using GITHUB_WORKSPACE instead of calculated paths
- Improve error handling with proper exit code checking
- Add BUILD_SUCCESS flag to track script completion
- Increase wait time for ISO file to 20 minutes
- Improve ISO search logic to check multiple locations
- Add better logging and error messages
- Fix ErrorActionPreference to Continue for better error recovery
- Add conditional check for ISO_PATH before upload
2025-10-30 17:05:33 +07:00
unknown
4cdf1536b0 Add GitHub Actions workflow for automated Tiny11 ISO building
- Add workflow that downloads Windows ISO, mounts it, and runs builder scripts
- Add automation wrappers for tiny11maker.ps1 and tiny11Coremaker.ps1
- Automatically handle all user prompts (drive letter, image index, .NET 3.5)
- Upload built ISO as artifact
- Add comprehensive mount ISO handling for Windows runner
- Add synchronization documentation
2025-10-30 16:59:13 +07:00