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 48ec702 commit 55ae93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
dotnet workload install maui --ignore-failed-sources
- name: Build MAUI MacCatalyst
run: dotnet build ${{ env.CS_Project_Path }} -p:PublishSingleFile=true -c Release -f net8.0-maccatalyst --os osx-arm64 --self-contained
run: dotnet build ${{ env.CS_Project_Path }} -p:PublishSingleFile=true -c Release -f net8.0-maccatalyst --os osx --self-contained

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

0 comments on commit 55ae93f

Please sign in to comment.