Continued path trouble

This commit is contained in:
Anton Tayanovskyy 2021-11-22 13:13:40 -05:00
parent e9ce7e34ed
commit f729ecac78
2 changed files with 3 additions and 1 deletions

View file

@ -334,7 +334,7 @@ jobs:
mkdir "$PWD/nuget"
ls "$PWD/nuget"
- run: |
P=$(python scripts/normpath.py $PWD/nuget)
P=$(./scripts/normpathy $PWD/nuget)
echo "normed path: $P"
dotnet nuget add source $P

2
scripts/normpath.py → scripts/normpath Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python
"""Normalizes paths to work with the quirks of Bash running on Windows
GitHub actions workers.