Skip to content

Commit 98c6346

Browse files
committed
Update build-with-project.yml
1 parent 5866de9 commit 98c6346

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/build-with-project.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ jobs:
99
build:
1010
runs-on: self-hosted
1111
steps:
12-
- name: Check out Git repository
12+
- name: Check out UE5.4 project
1313
uses: actions/checkout@v3
1414
with:
1515
repository: Ciberusps/UE_5_4_Blueprint
1616
path: UE_5_4_Blueprint
17+
18+
- name: Check out UnrealHelperLibrary to Plugins folder
19+
uses: actions/checkout@v3
20+
with:
21+
path: UE_5_4_Blueprint/Plugins/UnrealHelperLibrary
22+
1723
- name: Build project
1824
uses: OrchidIsle/UE5-Build-Project@latest
1925
with:
@@ -24,7 +30,7 @@ jobs:
2430
CLEAN: true
2531
COOK: true
2632
STAGE: true
27-
PACKAGE: false
33+
PACKAGE: true
2834
PAK: false
2935
SERVER: false
3036
ARCHIVE: false

0 commit comments

Comments
 (0)