mirror of
https://github.com/bitwarden/mobile
synced 2026-02-24 08:33:12 +00:00
change all seps to / so that it works x-platform
This commit is contained in:
2
.github/scripts/android/build.ps1
vendored
2
.github/scripts/android/build.ps1
vendored
@@ -4,7 +4,7 @@
|
||||
)
|
||||
|
||||
$rootPath = $env:GITHUB_WORKSPACE;
|
||||
$androidPath = $($rootPath + "\src\Android\Android.csproj");
|
||||
$androidPath = $($rootPath + "/src/Android/Android.csproj");
|
||||
|
||||
Write-Output "########################################"
|
||||
Write-Output "##### Build $configuration Configuration"
|
||||
|
||||
Reference in New Issue
Block a user