Skip to content

Commit

Permalink
[RN][CI] Zip slices to preserve symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi committed Sep 2, 2024
1 parent 44158de commit eda7be9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ jobs:
echo "Please try again"
exit 1
fi
- name: Compress slices to preserve Symlinks
run: |
cd ./packages/react-native/sdks/hermes
zip -ry build_${{ matrix.slice }}_${{ matrix.flavor }}.zip build_${{ matrix.slice }}_${{ matrix.flavor }}
- name: Upload Artifact for Slice (${{ matrix.slice }}, ${{ matrix.flavor }}}
uses: actions/[email protected]
with:
Expand Down

0 comments on commit eda7be9

Please sign in to comment.