Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MashdorDev authored Feb 7, 2024
1 parent 91b5df1 commit e635ad9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
with:
fetch-depth: 0 # Fetches the entire history for all branches and tags

- name: Setup dependencies
run: |
# Add steps to setup any dependencies your project might need
# Example: Install Visual Studio build tools, setup Python environment, etc.
- name: Build Project
run: |
"D:\Program Files\Epic Games\UE_5.3\Engine\Build\BatchFiles\RunUAT.bat" BuildCookRun -project="D:\Dor\Projects\unbread\unbread.uproject" -noP4 -platform=Win64 -clientconfig=${{ matrix.configuration }} -cook -build -stage -archive -archivedirectory=".\Output"

- name: Build and Cook Unreal Engine project
run: call "D:\Program Files\Epic Games\UE_5.3\Engine\Build\BatchFiles\RunUAT.bat" BuildCookRun -project="D:\Dor\Projects\unbread\unbread.uproject" -noP4 -platform=Win64 -clientconfig=Release -cook -build -stage -archive -archivedirectory=".\Output"

0 comments on commit e635ad9

Please sign in to comment.