From eda7be92a54dad39d4ebc22fb64d5df96227ee60 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Mon, 2 Sep 2024 15:17:34 +0100 Subject: [PATCH] [RN][CI] Zip slices to preserve symlinks --- .github/workflows/test-all.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 6daedc97a77316..a7394fa86435f6 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -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/upload-artifact@v4.3.1 with: