File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 14
14
- name : Checkout code
15
15
uses : actions/checkout@v4
16
16
with :
17
- ref : ' develop'
18
17
fetch-depth : 0
19
18
20
19
- name : Download ubuntubuild
25
24
check_artifacts : false
26
25
skip_unpack : true
27
26
if_no_artifact_found : fail
28
- path : ./
27
+ path : ./XRelease/
29
28
- name : Download macbuild
30
29
uses : dawidd6/action-download-artifact@v6
31
30
with :
34
33
check_artifacts : false
35
34
skip_unpack : true
36
35
if_no_artifact_found : fail
37
- path : ./
36
+ path : ./XRelease/
38
37
- name : Download msbuild
39
38
uses : dawidd6/action-download-artifact@v6
40
39
with :
@@ -43,10 +42,10 @@ jobs:
43
42
check_artifacts : false
44
43
skip_unpack : true
45
44
if_no_artifact_found : fail
46
- path : ./
45
+ path : ./XRelease/
47
46
48
47
- name : Display structure of downloaded files
49
- run : ls -al ./
48
+ run : ls -al ./XRelease/
50
49
51
50
- name : Get current version and increment X
52
51
id : versioning
88
87
tag_name : ${{ steps.versioning.outputs.new_tag }}
89
88
name : XEngine_ProxyServiceApp ${{ steps.versioning.outputs.new_tag }}
90
89
body_path : release_notes.txt
91
- files : |
92
- ./XEngine_ProxyServiceApp-x64-Mac.zip
93
- ./XEngine_ProxyServiceApp-x64-Ubuntu.zip
94
- ./XEngine_ProxyServiceApp-x64-Windows.zip
95
- ./XEngine_ProxyServiceApp-x86-Windows.zip
90
+ files : ./XRelease/*.zip
You can’t perform that action at this time.
0 commit comments