Skip to content

Commit

Permalink
Modified macos-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hydratim authored Aug 5, 2024
1 parent 1e89bac commit 965863b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
dotnet workload install maui --ignore-failed-sources
- name: Restore Dependencies
run: dotnet restore $env:CS_Project_Path
run: dotnet restore ${{ env.CS_Project_Path }}

- name: Build MAUI MacCatalyst
run: dotnet build $env:CS_Project_Path -c Release -f net8.0-maccatalyst --no-restore
run: dotnet build ${{ env.CS_Project_Path }} -c Release -f net8.0-maccatalyst --no-restore

- name: Upload MacCatalyst Artifact
uses: actions/upload-artifact@v2.3.1
Expand Down

0 comments on commit 965863b

Please sign in to comment.