File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ name: linux
5
5
on :
6
6
push :
7
7
branches :
8
- - master
8
+ - main
9
9
pull_request :
10
10
branches :
11
- - master
11
+ - main
12
12
13
13
jobs :
14
14
build :
@@ -107,7 +107,7 @@ jobs:
107
107
run : python3 build/fbcode_builder/getdeps.py build --src-dir=. fbthrift --project-install-prefix fbthrift:/usr/local
108
108
- name : Copy artifacts
109
109
run : python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --strip --src-dir=. fbthrift _artifacts/linux --project-install-prefix fbthrift:/usr/local --final-install-prefix /usr/local
110
- - uses : actions/upload-artifact@master
110
+ - uses : actions/upload-artifact@main
111
111
with :
112
112
name : fbthrift
113
113
path : _artifacts
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ name: mac
5
5
on :
6
6
push :
7
7
branches :
8
- - master
8
+ - main
9
9
pull_request :
10
10
branches :
11
- - master
11
+ - main
12
12
13
13
jobs :
14
14
build :
@@ -111,7 +111,7 @@ jobs:
111
111
run : python3 build/fbcode_builder/getdeps.py build --src-dir=. fbthrift --project-install-prefix fbthrift:/usr/local
112
112
- name : Copy artifacts
113
113
run : python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --src-dir=. fbthrift _artifacts/mac --project-install-prefix fbthrift:/usr/local --final-install-prefix /usr/local
114
- - uses : actions/upload-artifact@master
114
+ - uses : actions/upload-artifact@main
115
115
with :
116
116
name : fbthrift
117
117
path : _artifacts
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ name: windows
5
5
on :
6
6
push :
7
7
branches :
8
- - master
8
+ - main
9
9
pull_request :
10
10
branches :
11
- - master
11
+ - main
12
12
13
13
jobs :
14
14
build :
@@ -112,7 +112,7 @@ jobs:
112
112
run : python build/fbcode_builder/getdeps.py build --src-dir=. fbthrift
113
113
- name : Copy artifacts
114
114
run : python build/fbcode_builder/getdeps.py fixup-dyn-deps --src-dir=. fbthrift _artifacts/windows --final-install-prefix /usr/local
115
- - uses : actions/upload-artifact@master
115
+ - uses : actions/upload-artifact@main
116
116
with :
117
117
name : fbthrift
118
118
path : _artifacts
You can’t perform that action at this time.
0 commit comments