Skip to content

Commit

Permalink
Revert "[RN][CI] Zip slices folders to preserve symlinks"
Browse files Browse the repository at this point in the history
This reverts commit aa7296c.
  • Loading branch information
cipolleschi committed Sep 2, 2024
1 parent aa7296c commit 44158de
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 3 deletions.
Empty file.
Empty file.
4 changes: 1 addition & 3 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,11 @@ jobs:
echo "Please try again"
exit 1
fi
- name: Compress slices to preserve symlinks
run: zip ./packages/react-native/sdks/hermes/build_${{ matrix.slice }}_${{ matrix.flavor }}
- name: Upload Artifact for Slice (${{ matrix.slice }}, ${{ matrix.flavor }}}
uses: actions/[email protected]
with:
name: slice-${{ matrix.slice }}-${{ matrix.flavor }}
path: ./packages/react-native/sdks/hermes/build_${{ matrix.slice }}_${{ matrix.flavor }}.zip
path: ./packages/react-native/sdks/hermes/build_${{ matrix.slice }}_${{ matrix.flavor }}
- name: Save slice cache
if: ${{ github.ref == 'refs/heads/main' || contains(github.ref, '-stable') }} # To avoid that the cache explode.
uses: actions/cache/[email protected]
Expand Down
Empty file.
Empty file.

0 comments on commit 44158de

Please sign in to comment.