fix: fix TargetFramework.
This commit is contained in:
committed by
Dong Bin
Unverified
parent
ced989b7ef
commit
14f549b01f
@@ -169,7 +169,7 @@ jobs:
|
||||
- name: Restore Dependencies
|
||||
run: dotnet restore demo/Ursa.Demo.Android
|
||||
- name: Publish Android
|
||||
run: dotnet publish demo/Ursa.Demo.Android -c Release -f net8.0-android --no-restore -o publish /p:RuntimeIdentifier=android-arm64
|
||||
run: dotnet publish demo/Ursa.Demo.Android -c Release -f net10.0-android --no-restore -o publish /p:RuntimeIdentifier=android-arm64
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v4.6.2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user