Skip to content

Commit

Permalink
updated zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
faogustavo committed Aug 21, 2024
1 parent bc1298a commit 52be66b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
if: always()
run: |
zip stately-collections-build.zip deprecated/stately-collections/build/reports/tests/* -r
zip stately-common-build.zip deprecated/stately-common/build/reports/tests/* -r
zip stately-iso-collections.zip deprecated/stately-iso-collections/build/reports/tests/* -r
zip stately-isolate.zip deprecated/stately-isolate/build/reports/tests/* -r
Expand All @@ -60,13 +59,6 @@ jobs:
name: stately-collections-build
path: stately-collections-build.zip

- name: Upload Stately Common Build Results
if: always()
uses: actions/upload-artifact@v2
with:
name: stately-common-build
path: stately-common-build.zip

- name: Upload Stately Iso Collections Build Results
if: always()
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 52be66b

Please sign in to comment.