File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
run : dotnet workload install maui-maccatalyst
34
34
35
35
- name : Build project for ${{ matrix.architecture }}
36
- run : dotnet publish -f net9.0-maccatalyst -c Release -o output/${{ matrix.architecture }} - p:CreatePackage=false
36
+ run : dotnet publish -f net9.0-maccatalyst -c Release -p:CreatePackage=false
37
37
38
38
- name : Get Release Upload URL
39
39
id : get_release
51
51
uses : actions/upload-release-asset@v1
52
52
with :
53
53
upload_url : ${{ steps.get_release.outputs.upload_url }}
54
- asset_path : output/${{ matrix.architecture }}/Imago .app
54
+ asset_path : bin/Release/net9.0-maccatalyst/imago .app
55
55
asset_name : Imago-${{ matrix.architecture }}.app
56
56
asset_content_type : application/octet-stream
57
57
env :
Original file line number Diff line number Diff line change 12
12
either BOTH runtimes must be indicated or ONLY macatalyst-x64. -->
13
13
<!-- For example: <RuntimeIdentifiers>maccatalyst-x64;maccatalyst-arm64</RuntimeIdentifiers> -->
14
14
<IsAotCompatible >true</IsAotCompatible >
15
- <RuntimeIdentifiers >maccatalyst-arm64</RuntimeIdentifiers >
15
+ <RuntimeIdentifiers >maccatalyst-arm64;maccatalyst-x64 </RuntimeIdentifiers >
16
16
<PublishAot >true</PublishAot >
17
17
18
18
<OutputType >Exe</OutputType >
You can’t perform that action at this time.
0 commit comments