File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
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
You can’t perform that action at this time.
0 commit comments