File tree 1 file changed +3
-10
lines changed
1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 11
11
with :
12
12
submodules : ' recursive'
13
13
- run : .ci/linux/run-container.sh 6
14
- - uses : actions/upload-artifact@v2
15
- with :
16
- name : Linux Clang6
17
- path : upload/
18
14
19
15
linux_clang8 :
20
16
name : " Linux Clang8"
24
20
with :
25
21
submodules : ' recursive'
26
22
- run : .ci/linux/run-container.sh 8
27
- - uses : actions /upload-artifact@v2
23
+ - uses : kittaakos /upload-artifact-as-is@v0
28
24
with :
29
- name : Linux Clang8
30
25
path : upload/
31
26
32
27
android :
37
32
with :
38
33
submodules : ' recursive'
39
34
- run : .ci/android/run-container.sh
40
- - uses : actions /upload-artifact@v2
35
+ - uses : kittaakos /upload-artifact-as-is@v0
41
36
with :
42
- name : Android
43
37
path : upload/
44
38
45
39
macos :
51
45
submodules : ' recursive'
52
46
- run : .ci/macos/install-dependencies.sh
53
47
- run : .ci/macos/build.sh
54
- - uses : actions /upload-artifact@v2
48
+ - uses : kittaakos /upload-artifact-as-is@v0
55
49
with :
56
- name : macOS
57
50
path : upload/
58
51
59
52
# TODO: Add Windows
You can’t perform that action at this time.
0 commit comments