Attempt to fix Github Action issues
This commit is contained in:
6
.github/workflows/build_android.yml
vendored
6
.github/workflows/build_android.yml
vendored
@@ -31,6 +31,12 @@ jobs:
|
||||
run: |
|
||||
git lfs version
|
||||
git lfs pull
|
||||
- name: Configure .NET version
|
||||
uses: richardrigutins/replace-in-files@v2
|
||||
with:
|
||||
files: 'global.json'
|
||||
search-text: 'latestMajor'
|
||||
replacement-text: 'latestMinor'
|
||||
- name: Build
|
||||
run: |
|
||||
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -printSDKs -dotnet=8 -arch=ARM64 -platform=Android -configuration=Release -buildtargets=FlaxGame
|
||||
|
||||
Reference in New Issue
Block a user