Skip to content

Commit 9069d67

Browse files
committed
misc: try to assign rid for android demo build.
1 parent db28c82 commit 9069d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: dotnet restore
8484

8585
- name: Publish Android
86-
run: dotnet publish demo/Semi.Avalonia.Demo.Android -c Release -f net8.0-android --no-restore -o ./publish
86+
run: dotnet publish demo/Semi.Avalonia.Demo.Android -c Release -f net8.0-android --no-restore -o ./publish -p:RuntimeIdentifier=android-arm64
8787

8888
- name: Upload a Build Artifact
8989
uses: actions/upload-artifact@v4.3.1

0 commit comments

Comments
 (0)