Skip to content

Commit a2860a1

Browse files
committed
validating packing
1 parent bf3d292 commit a2860a1

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/dayz_srp_sakhal.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,17 @@ jobs:
2222
run: |
2323
cd ${{ github.workspace }}
2424
mkdir mods
25+
echo ${{ github.workspace }}\source
26+
echo ${{ github.workspace }}\mods
2527
26-
- name: pboproject
28+
- name: Pack Project With PboProject
2729
run: |
2830
Get-Command pboproject
29-
pboProject -P +Z +H +J +Q -E=dayz "${{ github.workspace }}/source" +M=${{ github.workspace }}/mods -X="*.h,*.hpp,*.png,*.cpp,*.txt,thumbs.db,*.dep,*.bak,*.log,*.pew,source,*.tga,*.bat,*.psd,*.cmd,*.mcr,*.fbx,*.max"
31+
pboProject -P +Z +H +J +Q -E=dayz "${{ github.workspace }}\source" +M=${{ github.workspace }}\mods -X="*.h,*.hpp,*.png,*.cpp,*.txt,thumbs.db,*.dep,*.bak,*.log,*.pew,source,*.tga,*.bat,*.psd,*.cmd,*.mcr,*.fbx,*.max"
32+
33+
- name: Validate Packing
34+
run: |
35+
pwd
36+
dir
37+
cd ${{ github.workspace }}\mod
38+
dir

0 commit comments

Comments
 (0)