Skip to content

Commit

Permalink
Ensure AssetDumper can be compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Oct 20, 2023
1 parent aff9f4f commit 7710a86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/updateHeaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,10 @@ jobs:
mkdir sfm\\FactoryGame\\Mods
cp UEAssetToolkit\\AssetDumper sfm\\FactoryGame\\Mods -Recurse
- name: Compile project
- name: Compile AssetDumper (project without sources)
run: |
Remove-Item .\\sfm\\FactoryGame\\Source\\FactoryGame\\Public -Recurse -Force -Confirm:$false -ErrorAction Ignore
Remove-Item .\\sfm\\FactoryGame\\Source\\FactoryGame\\Private -Recurse -Force -Confirm:$false -ErrorAction Ignore
& "$Env:UE_ROOT\\Engine\\Build\\BatchFiles\\Build.bat" -projectfiles -project="$Env:GITHUB_WORKSPACE\\sfm\\FactoryGame\\FactoryGame.uproject" -game -rocket -progres
MSBuild.exe .\\sfm\\FactoryGame\\FactoryGame.sln /p:Configuration="Shipping" /p:Platform="Win64" /t:"Games\FactoryGame"
MSBuild.exe .\\sfm\\FactoryGame\\FactoryGame.sln /p:Configuration="Development Editor" /p:Platform="Win64" /t:"Games\FactoryGame"
Expand Down

0 comments on commit 7710a86

Please sign in to comment.