Attempt to fix Github Action issues

This commit is contained in:
Wojtek Figat
2026-03-25 12:45:06 +01:00
parent 7c5b1942e6
commit f3e23b6420
4 changed files with 28 additions and 24 deletions

View File

@@ -4,6 +4,7 @@ on: [push, pull_request]
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: false
DOTNET_ROLL_FORWARD: 'LatestMinor'
jobs:
@@ -32,11 +33,11 @@ jobs:
git lfs version
git lfs pull
- name: Configure .NET version
uses: richardrigutins/replace-in-files@v2
uses: jacobtomlinson/gha-find-replace@3.0.5
with:
files: '*.csproj'
search-text: 'LatestMajor'
replacement-text: 'LatestMinor'
find: "LatestMajor"
replace: "LatestMinor"
include: "**/*.csproj"
- name: Build
run: |
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -printSDKs -dotnet=8 -arch=ARM64 -platform=Android -configuration=Release -buildtargets=FlaxGame

View File

@@ -4,6 +4,7 @@ on: [push, pull_request]
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: false
DOTNET_ROLL_FORWARD: 'LatestMinor'
jobs:
@@ -29,11 +30,11 @@ jobs:
git lfs version
git lfs pull
- name: Configure .NET version
uses: richardrigutins/replace-in-files@v2
uses: jacobtomlinson/gha-find-replace@3.0.5
with:
files: '*.csproj'
search-text: 'LatestMajor'
replacement-text: 'LatestMinor'
find: "LatestMajor"
replace: "LatestMinor"
include: "**/*.csproj"
- name: Build
run: |
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -printSDKs -dotnet=8 -arch=x64 -platform=Windows -configuration=Development -buildtargets=FlaxEditor
@@ -60,11 +61,11 @@ jobs:
git lfs version
git lfs pull
- name: Configure .NET version
uses: richardrigutins/replace-in-files@v2
uses: jacobtomlinson/gha-find-replace@3.0.5
with:
files: '*.csproj'
search-text: 'LatestMajor'
replacement-text: 'LatestMinor'
find: "LatestMajor"
replace: "LatestMinor"
include: "**/*.csproj"
- name: Build
run: |
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -printSDKs -dotnet=8 -arch=x64 -platform=Windows -configuration=Release -buildtargets=FlaxGame

View File

@@ -7,6 +7,7 @@ on:
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: false
DOTNET_ROLL_FORWARD: 'LatestMinor'
GIT_LFS_PULL_OPTIONS: '-c lfs.concurrenttransfers=1 -c lfs.transfer.maxretries=2 -c http.version="HTTP/1.1" -c lfs.activitytimeout=60'
jobs:
@@ -33,11 +34,11 @@ jobs:
dotnet --info
dotnet workload --info
- name: Configure .NET version
uses: richardrigutins/replace-in-files@v2
uses: jacobtomlinson/gha-find-replace@3.0.5
with:
files: '*.csproj'
search-text: 'LatestMajor'
replacement-text: 'LatestMinor'
find: "LatestMajor"
replace: "LatestMinor"
include: "**/*.csproj"
- name: Build
run: |
.\PackageEditor.bat -arch=x64 -platform=Windows -deployOutput=Output -dotnet=8
@@ -72,11 +73,11 @@ jobs:
dotnet --info
dotnet workload --info
- name: Configure .NET version
uses: richardrigutins/replace-in-files@v2
uses: jacobtomlinson/gha-find-replace@3.0.5
with:
files: '*.csproj'
search-text: 'LatestMajor'
replacement-text: 'LatestMinor'
find: "LatestMajor"
replace: "LatestMinor"
include: "**/*.csproj"
- name: Build
run: |
.\PackagePlatforms.bat -arch=x64 -platform=Windows -deployOutput=Output -dotnet=8

View File

@@ -4,6 +4,7 @@ on: [push, pull_request]
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: false
DOTNET_ROLL_FORWARD: 'LatestMinor'
jobs:
@@ -69,11 +70,11 @@ jobs:
git lfs version
git lfs pull
- name: Configure .NET version
uses: richardrigutins/replace-in-files@v2
uses: jacobtomlinson/gha-find-replace@3.0.5
with:
files: '*.csproj'
search-text: 'LatestMajor'
replacement-text: 'LatestMinor'
find: "LatestMajor"
replace: "LatestMinor"
include: "**/*.csproj"
- name: Build
run: |
.\GenerateProjectFiles.bat -vs2022 -log -verbose -printSDKs -dotnet=8