Attempt to fix Github Action issues

This commit is contained in:
Wojtek Figat
2026-03-25 13:32:21 +01:00
parent f3e23b6420
commit aeecadffb0
4 changed files with 24 additions and 24 deletions

View File

@@ -34,11 +34,11 @@ jobs:
dotnet --info
dotnet workload --info
- name: Configure .NET version
uses: jacobtomlinson/gha-find-replace@3.0.5
uses: MathieuSoysal/replace-string-in-file@v1.1.0
with:
find: "LatestMajor"
replace: "LatestMinor"
include: "**/*.csproj"
old-string: "LatestMajor"
new-string: "LatestMinor"
file: Source/Tools/Flax.Build/Flax.Build.csproj
- name: Build
run: |
.\PackageEditor.bat -arch=x64 -platform=Windows -deployOutput=Output -dotnet=8
@@ -73,11 +73,11 @@ jobs:
dotnet --info
dotnet workload --info
- name: Configure .NET version
uses: jacobtomlinson/gha-find-replace@3.0.5
uses: MathieuSoysal/replace-string-in-file@v1.1.0
with:
find: "LatestMajor"
replace: "LatestMinor"
include: "**/*.csproj"
old-string: "LatestMajor"
new-string: "LatestMinor"
file: Source/Tools/Flax.Build/Flax.Build.csproj
- name: Build
run: |
.\PackagePlatforms.bat -arch=x64 -platform=Windows -deployOutput=Output -dotnet=8