We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db28c82 commit 9069d67Copy full SHA for 9069d67
.github/workflows/publish.yml
@@ -83,7 +83,7 @@ jobs:
83
run: dotnet restore
84
85
- name: Publish Android
86
- run: dotnet publish demo/Semi.Avalonia.Demo.Android -c Release -f net8.0-android --no-restore -o ./publish
+ run: dotnet publish demo/Semi.Avalonia.Demo.Android -c Release -f net8.0-android --no-restore -o ./publish -p:RuntimeIdentifier=android-arm64
87
88
- name: Upload a Build Artifact
89
uses: actions/upload-artifact@v4.3.1
0 commit comments