Attempt to fix Github Action issues

This commit is contained in:
2026-03-25 09:49:38 +01:00
parent 22ad2d1fab
commit 64005c2774
5 changed files with 43 additions and 7 deletions
+14 -2
View File
@@ -27,11 +27,17 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.419
dotnet-version: 8.0.x
- name: Print .NET info
run: |
dotnet --info
dotnet workload --info
- name: Configure .NET version
uses: richardrigutins/replace-in-files@v2
with:
files: 'Source\Tools\Flax.Build\Flax.Build.csproj'
search-text: 'LatestMajor'
replacement-text: 'LatestMinor'
- name: Build
run: |
.\PackageEditor.bat -arch=x64 -platform=Windows -deployOutput=Output -dotnet=8
@@ -60,11 +66,17 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.419
dotnet-version: 8.0.x
- name: Print .NET info
run: |
dotnet --info
dotnet workload --info
- name: Configure .NET version
uses: richardrigutins/replace-in-files@v2
with:
files: 'Source\Tools\Flax.Build\Flax.Build.csproj'
search-text: 'LatestMajor'
replacement-text: 'LatestMinor'
- name: Build
run: |
.\PackagePlatforms.bat -arch=x64 -platform=Windows -deployOutput=Output -dotnet=8