Skip to content

Commit 6629614

Browse files
authored
Merge pull request #35 from libxengine/develop
fixed:release ci
2 parents 33e4082 + bb11e9e commit 6629614

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616
with:
17-
ref: 'develop'
1817
fetch-depth: 0
1918

2019
- name: Download ubuntubuild
@@ -25,7 +24,7 @@ jobs:
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:
@@ -34,7 +33,7 @@ jobs:
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
@@ -88,8 +87,4 @@ jobs:
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

0 commit comments

Comments
 (0)