Skip to content

Commit 44158de

Browse files
committed
Revert "[RN][CI] Zip slices folders to preserve symlinks"
This reverts commit aa7296c.
1 parent aa7296c commit 44158de

File tree

5 files changed

+1
-3
lines changed

5 files changed

+1
-3
lines changed

.circleci/.watchman-cookie-cipolleschi-mbp-2601-5901

Whitespace-only changes.

.github/.watchman-cookie-cipolleschi-mbp-2601-5901

Whitespace-only changes.

.github/workflows/test-all.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,11 @@ jobs:
171171
echo "Please try again"
172172
exit 1
173173
fi
174-
- name: Compress slices to preserve symlinks
175-
run: zip ./packages/react-native/sdks/hermes/build_${{ matrix.slice }}_${{ matrix.flavor }}
176174
- name: Upload Artifact for Slice (${{ matrix.slice }}, ${{ matrix.flavor }}}
177175
uses: actions/upload-artifact@v4.3.1
178176
with:
179177
name: slice-${{ matrix.slice }}-${{ matrix.flavor }}
180-
path: ./packages/react-native/sdks/hermes/build_${{ matrix.slice }}_${{ matrix.flavor }}.zip
178+
path: ./packages/react-native/sdks/hermes/build_${{ matrix.slice }}_${{ matrix.flavor }}
181179
- name: Save slice cache
182180
if: ${{ github.ref == 'refs/heads/main' || contains(github.ref, '-stable') }} # To avoid that the cache explode.
183181
uses: actions/cache/save@v4.0.0

flow-typed/.watchman-cookie-cipolleschi-mbp-2601-5901

Whitespace-only changes.

jest/.watchman-cookie-cipolleschi-mbp-2601-5901

Whitespace-only changes.

0 commit comments

Comments
 (0)