Skip to content

Commit 52be66b

Browse files
committed
updated zip command
1 parent bc1298a commit 52be66b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
if: always()
5050
run: |
5151
zip stately-collections-build.zip deprecated/stately-collections/build/reports/tests/* -r
52-
zip stately-common-build.zip deprecated/stately-common/build/reports/tests/* -r
5352
zip stately-iso-collections.zip deprecated/stately-iso-collections/build/reports/tests/* -r
5453
zip stately-isolate.zip deprecated/stately-isolate/build/reports/tests/* -r
5554
@@ -60,13 +59,6 @@ jobs:
6059
name: stately-collections-build
6160
path: stately-collections-build.zip
6261

63-
- name: Upload Stately Common Build Results
64-
if: always()
65-
uses: actions/upload-artifact@v2
66-
with:
67-
name: stately-common-build
68-
path: stately-common-build.zip
69-
7062
- name: Upload Stately Iso Collections Build Results
7163
if: always()
7264
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)