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 e37a045Copy full SHA for e37a045
.github/workflows/publish.yml
@@ -71,7 +71,7 @@ jobs:
71
path: ./upload
72
73
android:
74
- runs-on: windows-latest
+ runs-on: ubuntu-latest
75
steps:
76
- name: Checkout
77
uses: actions/checkout@v4.1.1
@@ -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