Skip to content

Commit 763e112

Browse files
committed
ci: use upload-artifact-as-is
1 parent ac72524 commit 763e112

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

Diff for: .github/workflows/build.yml

+3-10
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
1111
with:
1212
submodules: 'recursive'
1313
- run: .ci/linux/run-container.sh 6
14-
- uses: actions/upload-artifact@v2
15-
with:
16-
name: Linux Clang6
17-
path: upload/
1814

1915
linux_clang8:
2016
name: "Linux Clang8"
@@ -24,9 +20,8 @@ jobs:
2420
with:
2521
submodules: 'recursive'
2622
- run: .ci/linux/run-container.sh 8
27-
- uses: actions/upload-artifact@v2
23+
- uses: kittaakos/upload-artifact-as-is@v0
2824
with:
29-
name: Linux Clang8
3025
path: upload/
3126

3227
android:
@@ -37,9 +32,8 @@ jobs:
3732
with:
3833
submodules: 'recursive'
3934
- run: .ci/android/run-container.sh
40-
- uses: actions/upload-artifact@v2
35+
- uses: kittaakos/upload-artifact-as-is@v0
4136
with:
42-
name: Android
4337
path: upload/
4438

4539
macos:
@@ -51,9 +45,8 @@ jobs:
5145
submodules: 'recursive'
5246
- run: .ci/macos/install-dependencies.sh
5347
- run: .ci/macos/build.sh
54-
- uses: actions/upload-artifact@v2
48+
- uses: kittaakos/upload-artifact-as-is@v0
5549
with:
56-
name: macOS
5750
path: upload/
5851

5952
# TODO: Add Windows

0 commit comments

Comments
 (0)