File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Build with blueprint project
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - " **"
7
+
8
+ jobs :
9
+ build :
10
+ runs-on : self-hosted
11
+ steps :
12
+ - name : Check out Git repository
13
+ uses : actions/checkout@v3
14
+ with :
15
+ repository : Ciberusps/UE_5_4_Blueprint
16
+ path : UE_5_4_Blueprint
17
+ - name : Build project
18
+ uses : OrchidIsle/UE5-Build-Project@latest
19
+ with :
20
+ RUNUAT_PATH : ' S:/Epic Games/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat'
21
+ UPROJECT_PATH : ${{ github.workspace }}/UE_5_4_Blueprint/UE_5_4_Blueprint.uproject
22
+ BUILD_CONFIG : Development
23
+ PLATFORM : Win64
24
+ CLEAN : true
25
+ COOK : true
26
+ STAGE : true
27
+ PACKAGE : false
28
+ PAK : false
29
+ SERVER : false
30
+ ARCHIVE : false
31
+ ARCHIVE_PATH : ' C:/Archives/MyGame'
32
+ NULLRHI : true
33
+ EDITOR : true
34
+ ENCRYPT_INI : true
35
+ # RELEASE: '1.0.0'
36
+ # PATCH: '0.9.0'
37
+ # MAPS: 'Map1,Map2'
38
+ DELETE_PDB : true
39
+ # ANTICHEAT_ENABLED: true
40
+ # ANTICHEAT_PRIVATE_KEY: 'base64encodedprivatekey'
41
+ # ANTICHEAT_PUBLIC_CERT: 'base64encodedpubliccert'
You can’t perform that action at this time.
0 commit comments