Skip to content

fix: replace hardcoded CI paths and remove stale duplicate directory#26

Open
Tsukemono-tsukarihoudai wants to merge 3 commits intoleapbtw:mainfrom
Tsukemono-tsukarihoudai:claude/wonderful-mcnulty
Open

fix: replace hardcoded CI paths and remove stale duplicate directory#26
Tsukemono-tsukarihoudai wants to merge 3 commits intoleapbtw:mainfrom
Tsukemono-tsukarihoudai:claude/wonderful-mcnulty

Conversation

@Tsukemono-tsukarihoudai
Copy link
Copy Markdown

@Tsukemono-tsukarihoudai Tsukemono-tsukarihoudai commented Mar 25, 2026

Summary

  • Replace all hardcoded D:\a\uxplay-windows\uxplay-windows\ absolute paths in dll-libs-list.txt (427 entries) with *\artifact\ wildcard prefix so the build works regardless of repository name or runner path
  • Replace hardcoded paths in script.iss with Inno Setup {#SourcePath} macro for portable local builds
  • Replace hardcoded paths in GitHub Actions workflow with $env:GITHUB_WORKSPACE for CI portability
  • Delete stale uxplay-windows - コピー/ duplicate directory

Test plan

  • Trigger manual build via workflow_dispatch and confirm it succeeds end-to-end
  • Verify DLL pruning step correctly keeps/deletes files based on updated patterns
  • Verify Inno Setup compiles script.iss and produces the installer

🤖 Generated with Claude Code

Tsukemono-tsukarihoudai and others added 3 commits March 25, 2026 00:38
- Replace all hardcoded `D:\a\uxplay-windows\uxplay-windows\` paths in
  dll-libs-list.txt (427 entries) with `*\artifact\` wildcard prefix
- Replace hardcoded paths in script.iss with Inno Setup `{#SourcePath}` macro
- Replace hardcoded paths in GitHub Actions workflow with `$env:GITHUB_WORKSPACE`
- Delete stale `uxplay-windows - コピー/` duplicate directory

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant