Skip to content

Conversation

@anonymous-akorn
Copy link
Contributor

When ${{ github.workspace }} gets resolved, it has windows separators in it, which are getting lost when passed as a flag to the Python script.

i.e. what starts as
D:\a\firebase-cpp-sdk\firebase-cpp-sdk

turns into
afirebase-cpp-sdkfirebase-cpp-sdk

Wrapping the value in quotes prevents these slashes from being lost.

When ${{ github.workspace }} gets resolved, it has windows separators in it, which are getting lost when passed as a flag to the Python script. i.e. what starts as D:\a\firebase-cpp-sdk\firebase-cpp-sdk turns into afirebase-cpp-sdkfirebase-cpp-sdk Wrapping the value in quotes prevents these slashes from being lost.
@anonymous-akorn anonymous-akorn merged commit d580b33 into dev Jan 8, 2021
@anonymous-akorn anonymous-akorn deleted the feature/aks-windows-paths branch January 8, 2021 16:10
@firebase firebase locked and limited conversation to collaborators Feb 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

2 participants