File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 44
44
run : yarn build-skia
45
45
46
46
- name : Upload artifacts - Android arm
47
+ if : github.ref == 'refs/heads/main'
47
48
uses : actions/upload-artifact@v2
48
49
with :
49
50
name : skia-android-arm
57
58
${{ env.WORKING_DIRECTORY }}/externals/skia/out/android/arm/libskunicode.a
58
59
59
60
- name : Upload artifacts - Android arm64
61
+ if : github.ref == 'refs/heads/main'
60
62
uses : actions/upload-artifact@v2
61
63
with :
62
64
name : skia-android-arm-64
70
72
${{ env.WORKING_DIRECTORY }}/externals/skia/out/android/arm64/libskunicode.a
71
73
72
74
- name : Upload artifacts - Android x86
75
+ if : github.ref == 'refs/heads/main'
73
76
uses : actions/upload-artifact@v2
74
77
with :
75
78
name : skia-android-arm-x86
83
86
${{ env.WORKING_DIRECTORY }}/externals/skia/out/android/x86/libskunicode.a
84
87
85
88
- name : Upload artifacts - Android x64
89
+ if : github.ref == 'refs/heads/main'
86
90
uses : actions/upload-artifact@v2
87
91
with :
88
92
name : skia-android-arm-x64
96
100
${{ env.WORKING_DIRECTORY }}/externals/skia/out/android/x64/libskunicode.a
97
101
98
102
- name : Upload artifacts - iOS xcframeworks
103
+ if : github.ref == 'refs/heads/main'
99
104
uses : actions/upload-artifact@v2
100
105
with :
101
106
name : skia-ios-xcframeworks
Original file line number Diff line number Diff line change 1
1
[submodule "externals/skia "]
2
2
path = externals/skia
3
3
url = https://chromium.googlesource.com/skia/
4
- branch = chrome/m121
4
+ branch = chrome/m119
5
5
[submodule "externals/depot_tools "]
6
6
path = externals/depot_tools
7
7
url = https://chromium.googlesource.com/chromium/tools/depot_tools.git
Submodule
skia updated from e8d7db9 to 89907a0
You can’t perform that action at this time.
0 commit comments