Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 1dff2ad

Browse files
committed
check does not build artifacts
1 parent 665bfc3 commit 1dff2ad

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ jobs:
4444
- name: gradle check
4545
run: ./gradlew check
4646

47-
- name: archive artifacts
48-
uses: actions/upload-artifact@v1
49-
if: success()
50-
with:
51-
name: artifacts
52-
path: build/libs
53-
5447
- name: archive test results
5548
uses: actions/upload-artifact@v1
5649
if: always()

0 commit comments

Comments
 (0)