Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleymurdock committed Jan 22, 2024
1 parent 3a3adb9 commit 02c72a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: nuget restore ${{github.workspace}}/src/ObjectiveMarvelHeroes.sln

- name: Build
run: msbuild ${{github.workspace}}/src/MarvelHeroes/MarvelHeroes.Android.csproj /t:PackageForAndroid /p:Configuration=Debug
run: msbuild ${{github.workspace}}/src/MarvelHeroes/MarvelHeroes.Android/MarvelHeroes.Android.csproj /t:PackageForAndroid /p:Configuration=Debug
2 changes: 1 addition & 1 deletion .github/workflows/CI.iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: nuget restore ${{github.workspace}}/src/ObjectiveMarvelHeroes.sln

- name: Build
run: msbuild ${{github.workspace}}/src/MarvelHeroes/MarvelHeroes.iOS.csproj /p:Configuration=Debug /p:Platform=iPhoneSimulator /t:Rebuild
run: msbuild ${{github.workspace}}/src/MarvelHeroes/MarvelHeroes.iOS/MarvelHeroes.iOS.csproj /p:Configuration=Debug /p:Platform=iPhoneSimulator /t:Rebuild

0 comments on commit 02c72a7

Please sign in to comment.