Attempt to fix Github Action issues
This commit is contained in:
8
.github/workflows/build_android.yml
vendored
8
.github/workflows/build_android.yml
vendored
@@ -33,11 +33,11 @@ jobs:
|
||||
git lfs version
|
||||
git lfs pull
|
||||
- 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: |
|
||||
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -printSDKs -dotnet=8 -arch=ARM64 -platform=Android -configuration=Release -buildtargets=FlaxGame
|
||||
|
||||
16
.github/workflows/build_windows.yml
vendored
16
.github/workflows/build_windows.yml
vendored
@@ -30,11 +30,11 @@ jobs:
|
||||
git lfs version
|
||||
git lfs pull
|
||||
- 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: |
|
||||
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -printSDKs -dotnet=8 -arch=x64 -platform=Windows -configuration=Development -buildtargets=FlaxEditor
|
||||
@@ -61,11 +61,11 @@ jobs:
|
||||
git lfs version
|
||||
git lfs pull
|
||||
- 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: |
|
||||
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -printSDKs -dotnet=8 -arch=x64 -platform=Windows -configuration=Release -buildtargets=FlaxGame
|
||||
|
||||
16
.github/workflows/cd.yml
vendored
16
.github/workflows/cd.yml
vendored
@@ -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
|
||||
|
||||
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -70,11 +70,11 @@ jobs:
|
||||
git lfs version
|
||||
git lfs pull
|
||||
- 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: |
|
||||
.\GenerateProjectFiles.bat -vs2022 -log -verbose -printSDKs -dotnet=8
|
||||
|
||||
Reference in New Issue
Block a user