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 104ba2f commit 622c8c2Copy full SHA for 622c8c2
.github/workflows/publish.yml
@@ -212,10 +212,12 @@ jobs:
212
steps:
213
- name: Checkout
214
uses: actions/checkout@v5
215
+ - name: Install Android workload
216
+ run: dotnet workload install android
217
- name: Restore Dependencies
218
run: dotnet restore demo/Semi.Avalonia.Demo.Android
219
- name: Publish Android
- run: dotnet publish demo/Semi.Avalonia.Demo.Android -c Release -f net9.0-android --no-restore -o publish /p:RuntimeIdentifier=android-arm64
220
+ run: dotnet publish demo/Semi.Avalonia.Demo.Android -c Release -f net10.0-android --no-restore -o publish /p:RuntimeIdentifier=android-arm64
221
- name: Upload a Build Artifact
222
uses: actions/upload-artifact@v4.6.2
223
with:
0 commit comments