Skip to content

Commit

Permalink
Update build-with-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciberusps committed Oct 24, 2024
1 parent 5866de9 commit 98c6346
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build-with-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@ jobs:
build:
runs-on: self-hosted
steps:
- name: Check out Git repository
- name: Check out UE5.4 project
uses: actions/checkout@v3
with:
repository: Ciberusps/UE_5_4_Blueprint
path: UE_5_4_Blueprint

- name: Check out UnrealHelperLibrary to Plugins folder
uses: actions/checkout@v3
with:
path: UE_5_4_Blueprint/Plugins/UnrealHelperLibrary

- name: Build project
uses: OrchidIsle/UE5-Build-Project@latest
with:
Expand All @@ -24,7 +30,7 @@ jobs:
CLEAN: true
COOK: true
STAGE: true
PACKAGE: false
PACKAGE: true
PAK: false
SERVER: false
ARCHIVE: false
Expand Down

0 comments on commit 98c6346

Please sign in to comment.