We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b6875 commit 0bc2f71Copy full SHA for 0bc2f71
2 files changed
.github/workflows/Centos_build.yml
@@ -3,7 +3,7 @@ name: centos build workflows
3
on:
4
push:
5
branches:
6
- - 'develop'
+ - 'develop1'
7
paths:
8
- 'XEngine_Source/**'
9
- 'XEngine_Release/**'
.github/workflows/release.yml
@@ -52,15 +52,6 @@ jobs:
52
skip_unpack: true
53
if_no_artifact_found: fail
54
path: ./XRelease/
55
- - name: Download CentOS build
56
- uses: dawidd6/action-download-artifact@v21
57
- with:
58
- workflow: Centos_build.yml
59
- workflow_conclusion: success
60
- check_artifacts: false
61
- skip_unpack: true
62
- if_no_artifact_found: fail
63
- path: ./XRelease/
64
- name: Download macbuild
65
uses: dawidd6/action-download-artifact@v21
66
with:
0 commit comments