Skip to content

Commit

Permalink
fix: Try to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Jul 23, 2024
1 parent 2b111a2 commit 3de83a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ jobs:
# - name: Build for Linux Dedicated Server
# run: MSBuild.exe '${{ github.workspace }}\SatisfactoryModLoader\FactoryGame.sln' /p:Configuration='Shipping Server' /p:Platform='Linux' /t:'Games\FactoryGame' -m

- name: Generate Reflection & Lua Documentation
run: ${{ github.workspace }}\ue\\Engine\Binaries\Win64\UnrealEditor-Cmd.exe ${{ github.workspace }}\SatisfactoryModLoader\FactoryGame.uproject -skipcompile -Log "-ExecCmds=FINGenRefDoc,FINGenLuaDoc,quit_editor"

- name: Package FicsItNetworks Mod
run: ${{ github.workspace }}\ue\Engine\Build\BatchFiles\RunUAT.bat -ScriptsForProject='${{ github.workspace }}\SatisfactoryModLoader\FactoryGame.uproject' PackagePlugin -project='${{ github.workspace }}\SatisfactoryModLoader\FactoryGame.uproject' -clientconfig=Shipping -serverconfig=Shipping -DLCName='FicsItNetworks' -build -utf8output -platform=Win64 -nocompileeditor -installed -abslog="C:\Users\runneradmin\AppData\Roaming\Unreal Engine\AutomationTool\Logs\D+a+FicsIt-Networks+FicsIt-Networks+ue\Log.txt"

- name: Generate Reflection & Lua Documentation
run: ${{ github.workspace }}\ue\\Engine\Binaries\Win64\UnrealEditor-Cmd.exe '${{ github.workspace }}\SatisfactoryModLoader\FactoryGame.uproject' -skipcompile -Log "-ExecCmds=FINGenRefDoc,FINGenLuaDoc,quit_editor"

# - name: Show Package Log
# if: always()
Expand Down

0 comments on commit 3de83a0

Please sign in to comment.