Skip to content

Commit ca30b80

Browse files
committed
updated upload command
1 parent 52be66b commit ca30b80

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -45,32 +45,11 @@ jobs:
4545
ORG_GRADLE_PROJECT_SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
4646
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
4747

48-
- name: Zip Stately Build Results
49-
if: always()
50-
run: |
51-
zip stately-collections-build.zip deprecated/stately-collections/build/reports/tests/* -r
52-
zip stately-iso-collections.zip deprecated/stately-iso-collections/build/reports/tests/* -r
53-
zip stately-isolate.zip deprecated/stately-isolate/build/reports/tests/* -r
54-
5548
- name: Upload Stately Collections Build Results
5649
if: always()
5750
uses: actions/upload-artifact@v2
5851
with:
59-
name: stately-collections-build
60-
path: stately-collections-build.zip
61-
62-
- name: Upload Stately Iso Collections Build Results
63-
if: always()
64-
uses: actions/upload-artifact@v2
65-
with:
66-
name: stately-iso-collections
67-
path: stately-iso-collections.zip
68-
69-
- name: Upload Stately Isolate Build Results
70-
if: always()
71-
uses: actions/upload-artifact@v2
72-
with:
73-
name: stately-isolate
74-
path: stately-isolate.zip
52+
name: deprecated-test-results
53+
path: deprecated/**/build/reports/tests/
7554
env:
7655
GRADLE_OPTS: -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m"

0 commit comments

Comments
 (0)