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 1414 - name : Checkout code
1515 uses : actions/checkout@v4
1616 with :
17- ref : ' develop'
1817 fetch-depth : 0
1918
2019 - name : Download ubuntubuild
2524 check_artifacts : false
2625 skip_unpack : true
2726 if_no_artifact_found : fail
28- path : ./
27+ path : ./XRelease/
2928 - name : Download macbuild
3029 uses : dawidd6/action-download-artifact@v6
3130 with :
3433 check_artifacts : false
3534 skip_unpack : true
3635 if_no_artifact_found : fail
37- path : ./
36+ path : ./XRelease/
3837 - name : Download msbuild
3938 uses : dawidd6/action-download-artifact@v6
4039 with :
@@ -43,10 +42,10 @@ jobs:
4342 check_artifacts : false
4443 skip_unpack : true
4544 if_no_artifact_found : fail
46- path : ./
45+ path : ./XRelease/
4746
4847 - name : Display structure of downloaded files
49- run : ls -al ./
48+ run : ls -al ./XRelease/
5049
5150 - name : Get current version and increment X
5251 id : versioning
8887 tag_name : ${{ steps.versioning.outputs.new_tag }}
8988 name : XEngine_ProxyServiceApp ${{ steps.versioning.outputs.new_tag }}
9089 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