Skip to content

Commit 2dd56fa

Browse files
committed
ci:reset build
1 parent 374e704 commit 2dd56fa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/debianbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cd XEngine_Debian_12_${{ matrix.artifact }}
5151
5252
cp -rf ./XEngine_Include /usr/local/include
53-
find ./XEngine_Linux -name "*.so" -exec cp {} /usr/lib64 \;
53+
find ./XEngine_Linux -name "*.so" -exec cp {} /usr/lib \;
5454
ldconfig
5555
5656
- name: make

.github/workflows/macbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: macos build workflows
33
on:
44
push:
55
branches:
6-
- 'master1'
6+
- 'master'
77

88
jobs:
99
build:

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: windows build workflows
33
on:
44
push:
55
branches:
6-
- 'master1'
6+
- 'master'
77

88
jobs:
99
build:

.github/workflows/rockybuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: rocky build workflows
33
on:
44
push:
55
branches:
6-
- 'master1'
6+
- 'master'
77

88
permissions:
99
contents: read

.github/workflows/ubuntubuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ubuntu build workflows
33
on:
44
push:
55
branches:
6-
- 'master1'
6+
- 'master'
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)