Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix windows filepaths #624

Closed
wants to merge 2 commits into from
Closed

Conversation

georg-schwarz
Copy link
Member

@georg-schwarz georg-schwarz commented Oct 23, 2024

Closes #623.

Note: Unclear whether it really fixes the issue, don't have a Windows test system atm

Copy link
Contributor

@rhazn rhazn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One style comment, not sure I understand Windows file paths well enough otherwise, sorry.

@@ -45,7 +44,7 @@ export async function runAction(
debug: options.debug,
debugGranularity: options.debugGranularity,
debugTarget: options.debugTarget,
}).addWorkspace(workingDir);
}).addWorkspace('.');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe consider keeping the current logic and just assigning the string . to workingDir and commenting there. Is a bit cleaner than a "magic string". Otherwise, godspeed.

@georg-schwarz
Copy link
Member Author

Doesn't fix the problem on Windows :-(

@github-actions github-actions bot locked and limited conversation to collaborators Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Windows Filepaths
2 participants