We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5866de9 commit 98c6346Copy full SHA for 98c6346
.github/workflows/build-with-project.yml
@@ -9,11 +9,17 @@ jobs:
9
build:
10
runs-on: self-hosted
11
steps:
12
- - name: Check out Git repository
+ - name: Check out UE5.4 project
13
uses: actions/checkout@v3
14
with:
15
repository: Ciberusps/UE_5_4_Blueprint
16
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
23
- name: Build project
24
uses: OrchidIsle/UE5-Build-Project@latest
25
@@ -24,7 +30,7 @@ jobs:
30
CLEAN: true
31
COOK: true
26
32
STAGE: true
27
- PACKAGE: false
33
+ PACKAGE: true
28
34
PAK: false
29
35
SERVER: false
36
ARCHIVE: false
0 commit comments