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 f3230ed commit 8d2e450Copy full SHA for 8d2e450
.github/workflows/macbuild.yml
@@ -3,7 +3,7 @@ name: macos build workflows
3
on:
4
push:
5
branches:
6
- - 'master'
+ - 'master1'
7
paths:
8
- 'XEngine_Source/**'
9
- 'XEngine_Release/**'
.github/workflows/msbuild.yml
@@ -3,7 +3,7 @@ name: windows build workflows
.github/workflows/ubuntubuild.yml
@@ -39,6 +39,7 @@ jobs:
39
40
- name: sub module checkout (opensource)
41
run: |
42
+ ls -al
43
git submodule init
44
git submodule update
45
0 commit comments