Skip to content

[fix]: [CI-24311]: Create missing Action output dir on Windows - #62

Open
Bsroy475 wants to merge 1 commit into
mainfrom
CI-24311
Open

[fix]: [CI-24311]: Create missing Action output dir on Windows#62
Bsroy475 wants to merge 1 commit into
mainfrom
CI-24311

Conversation

@Bsroy475

@Bsroy475 Bsroy475 commented Sep 9, 2026

Copy link
Copy Markdown

Summary

  • GitHub Action steps on Windows failed after the action itself succeeded: the generated output variables step opened DRONE_OUTPUT without creating the parent directory (FileNotFoundError on C:/Windows/TEMP/engine/...-output.env).
  • Create that directory before write: os.makedirs in the Windows Python export script, and MkdirAll in Execer so Linux echo > file is covered too.

Ticket

CI-24311

@Bsroy475
Bsroy475 requested a review from maanavshah September 9, 2026 17:35
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.

2 participants