Attempt to fix Github Action issues

This commit is contained in:
Wojtek Figat
2026-03-25 09:11:26 +01:00
parent 3a3b997e97
commit 9d478b570f
6 changed files with 38 additions and 2 deletions

View File

@@ -32,6 +32,12 @@ jobs:
run: |
dotnet --info
dotnet workload --info
- name: Configure .NET version
uses: richardrigutins/replace-in-files@v2
with:
files: 'global.json'
search-text: 'latestMajor'
replacement-text: 'latestMinor'
- name: Build
run: |
.\PackageEditor.bat -arch=x64 -platform=Windows -deployOutput=Output -dotnet=8
@@ -65,6 +71,12 @@ jobs:
run: |
dotnet --info
dotnet workload --info
- name: Configure .NET version
uses: richardrigutins/replace-in-files@v2
with:
files: 'global.json'
search-text: 'latestMajor'
replacement-text: 'latestMinor'
- name: Build
run: |
.\PackagePlatforms.bat -arch=x64 -platform=Windows -deployOutput=Output -dotnet=8