Skip to content

Commit fc39f48

Browse files
committed
unnecessary
1 parent e891417 commit fc39f48

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ jobs:
115115
./gradlew publishToSonatype
116116
./gradlew --stop
117117
118-
- name: archive test results
119-
uses: actions/upload-artifact@v1
120-
if: always()
121-
with:
122-
name: publish results
123-
path: build
118+
# - name: archive test results
119+
# uses: actions/upload-artifact@v1
120+
# if: always()
121+
# with:
122+
# name: publish results
123+
# path: build
124124

125125
# sonarqube:
126126
# needs: [publish]

0 commit comments

Comments
 (0)