Skip to content

Commit

Permalink
updated upload command
Browse files Browse the repository at this point in the history
  • Loading branch information
faogustavo committed Aug 21, 2024
1 parent 52be66b commit ca30b80
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,32 +45,11 @@ jobs:
ORG_GRADLE_PROJECT_SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}

- name: Zip Stately Build Results
if: always()
run: |
zip stately-collections-build.zip deprecated/stately-collections/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
- name: Upload Stately Collections Build Results
if: always()
uses: actions/upload-artifact@v2
with:
name: stately-collections-build
path: stately-collections-build.zip

- name: Upload Stately Iso Collections Build Results
if: always()
uses: actions/upload-artifact@v2
with:
name: stately-iso-collections
path: stately-iso-collections.zip

- name: Upload Stately Isolate Build Results
if: always()
uses: actions/upload-artifact@v2
with:
name: stately-isolate
path: stately-isolate.zip
name: deprecated-test-results
path: deprecated/**/build/reports/tests/
env:
GRADLE_OPTS: -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m"

0 comments on commit ca30b80

Please sign in to comment.